Html Css Color HEX #AF6D04 Dark Goldenrod

📋 copy color: '#AF6D04'

red 175 ◦ green 109 ◦ blue 4

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

Shades of Dark Goldenrod #AF6D04

Tints of Dark Goldenrod #AF6D04

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.85%

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

R = 60.76%
G = 37.85%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF6D04 (or 0xAF6D04) is known color: Dark Goldenrod. HEX triplet: AF, 6D and 04. RGB value is (175,109,4). Sum of RGB (Red+Green+Blue) = 175+109+4=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6D04 is #5092FB. Grayscale: #757575. Windows color (decimal): -5280508 or 290223. OLE color: 290223.

HSL color Cylindrical-coordinate representation of color #AF6D04: hue angle of 36.84º 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 #AF6D04 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 109 4 -
CMYK 0 0.38 0.98 0.31
HSL 36.84º 0.96% 0.35% -
HSV(B) 36.84º 0.98% 0.69% -
XYZ 23.17 20.06 2.77 -
YUV 116.76 64.37 169.54 -
System Red Green Blue C M Y K H S L
Decimal 175 109 4 0 0.38 0.98 0.31 36.84 0.96 0.35
Hex AF 6D 4 0 26 62 1F 25 60 23
Octal 257 155 4 0 46 142 37 45 140 43
Binary 10101111 1101101 100 0 100110 1100010 11111 100101 1100000 100011

Color Harmonies of #AF6D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D04

Black with #AF6D04

Text Example


Text Example

White with #AF6D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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