Html Css Color HEX #AF7E18 Dark Goldenrod

📋 copy color: '#AF7E18'

red 175 ◦ green 126 ◦ blue 24

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

Shades of Dark Goldenrod #AF7E18

Tints of Dark Goldenrod #AF7E18

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.77%

 BLUE value IS 24 (9.77% from 255) = 7.38%

R = 53.85%
G = 38.77%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF7E18 (or 0xAF7E18) is known color: Dark Goldenrod. HEX triplet: AF, 7E and 18. RGB value is (175,126,24). Sum of RGB (Red+Green+Blue) = 175+126+24=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7E18 is #5081E7. Grayscale: #818181. Windows color (decimal): -5276136 or 1605295. OLE color: 1605295.

HSL color Cylindrical-coordinate representation of color #AF7E18: hue angle of 40.53º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF7E18 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 126 24 -
CMYK 0 0.28 0.86 0.31
HSL 40.53º 0.76% 0.39% -
HSV(B) 40.53º 0.86% 0.69% -
XYZ 25.3 24.1 4.18 -
YUV 129.02 68.73 160.79 -
System Red Green Blue C M Y K H S L
Decimal 175 126 24 0 0.28 0.86 0.31 40.53 0.76 0.39
Hex AF 7E 18 0 1C 56 1F 29 4C 27
Octal 257 176 30 0 34 126 37 51 114 47
Binary 10101111 1111110 11000 0 11100 1010110 11111 101001 1001100 100111

Color Harmonies of #AF7E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E18

Black with #AF7E18

Text Example


Text Example

White with #AF7E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E18; }

 p { color: rgb(175,126,24); }

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

background-color css

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

 a { background-color: rgb(175,126,24); }

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

border-color css

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

 span { border-color: rgb(175,126,24); }

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