Html Css Color HEX #AF8E30 Reef Gold

📋 copy color: '#AF8E30'

red 175 ◦ green 142 ◦ blue 48

#AF8E30
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #AF8E30

Tints of Reef Gold #AF8E30

RGB

 RED value IS 175 (68.75% from 255) = 47.95%

 GREEN value IS 142 (55.86% from 255) = 38.9%

 BLUE value IS 48 (19.14% from 255) = 13.15%

R = 47.95%
G = 38.9%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF8E30 (or 0xAF8E30) is known color: Reef Gold. HEX triplet: AF, 8E and 30. RGB value is (175,142,48). Sum of RGB (Red+Green+Blue) = 175+142+48=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8E30 is #5071CF. Grayscale: #8D8D8D. Windows color (decimal): -5272016 or 3182255. OLE color: 3182255.

HSL color Cylindrical-coordinate representation of color #AF8E30: hue angle of 44.41º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF8E30 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 142 48 -
CMYK 0 0.19 0.73 0.31
HSL 44.41º 0.57% 0.44% -
HSV(B) 44.41º 0.73% 0.69% -
XYZ 27.89 28.67 6.86 -
YUV 141.15 75.43 152.14 -
System Red Green Blue C M Y K H S L
Decimal 175 142 48 0 0.19 0.73 0.31 44.41 0.57 0.44
Hex AF 8E 30 0 13 49 1F 2C 39 2C
Octal 257 216 60 0 23 111 37 54 71 54
Binary 10101111 10001110 110000 0 10011 1001001 11111 101100 111001 101100

Color Harmonies of #AF8E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8E30

Black with #AF8E30

Text Example


Text Example

White with #AF8E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8E30; }

 p { color: rgb(175,142,48); }

 H1.HeaderClassName
 {
   color: #AF8E30;
 }
 .AnyTagClassName
 {
   color: #AF8E30;
 }
</style>

background-color css

<style>
 a { background-color: #AF8E30; }

 a { background-color: rgb(175,142,48); }

 div.DivClassName
 {
   background-color: #AF8E30;
 }
 .BgClassName
 {
   background-color: #AF8E30;
 }
</style>

border-color css

<style>
 span { border-color: #AF8E30; }

 span { border-color: rgb(175,142,48); }

 td.TdClassName
 {
   border-color: #AF8E30;
 }
 .TagClassName
 {
   border-color: #AF8E30;
 }
</style>