Html Css Color HEX #AF6E04 Dark Goldenrod

📋 copy color: '#AF6E04'

red 175 ◦ green 110 ◦ blue 4

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

Shades of Dark Goldenrod #AF6E04

Tints of Dark Goldenrod #AF6E04

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.06%

 BLUE value IS 4 (1.95% from 255) = 1.38%

R = 60.55%
G = 38.06%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF6E04 (or 0xAF6E04) is known color: Dark Goldenrod. HEX triplet: AF, 6E and 04. RGB value is (175,110,4). Sum of RGB (Red+Green+Blue) = 175+110+4=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6E04 is #5091FB. Grayscale: #757575. Windows color (decimal): -5280252 or 290479. OLE color: 290479.

HSL color Cylindrical-coordinate representation of color #AF6E04: hue angle of 37.19º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF6E04 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 110 4 -
CMYK 0 0.37 0.98 0.31
HSL 37.19º 0.96% 0.35% -
HSV(B) 37.19º 0.98% 0.69% -
XYZ 23.28 20.27 2.8 -
YUV 117.35 64.03 169.12 -
System Red Green Blue C M Y K H S L
Decimal 175 110 4 0 0.37 0.98 0.31 37.19 0.96 0.35
Hex AF 6E 4 0 25 62 1F 25 60 23
Octal 257 156 4 0 45 142 37 45 140 43
Binary 10101111 1101110 100 0 100101 1100010 11111 100101 1100000 100011

Color Harmonies of #AF6E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E04

Black with #AF6E04

Text Example


Text Example

White with #AF6E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E04; }

 p { color: rgb(175,110,4); }

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

background-color css

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

 a { background-color: rgb(175,110,4); }

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

border-color css

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

 span { border-color: rgb(175,110,4); }

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