Html Css Color HEX #AF7D06 Dark Goldenrod

📋 copy color: '#AF7D06'

red 175 ◦ green 125 ◦ blue 6

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

Shades of Dark Goldenrod #AF7D06

Tints of Dark Goldenrod #AF7D06

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.85%

 BLUE value IS 6 (2.73% from 255) = 1.96%

R = 57.19%
G = 40.85%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF7D06 (or 0xAF7D06) is known color: Dark Goldenrod. HEX triplet: AF, 7D and 06. RGB value is (175,125,6). Sum of RGB (Red+Green+Blue) = 175+125+6=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7D06 is #5082F9. Grayscale: #7E7E7E. Windows color (decimal): -5276410 or 425391. OLE color: 425391.

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

Color convert

RGB 175 125 6 -
CMYK 0 0.29 0.97 0.31
HSL 42.25º 0.93% 0.35% -
HSV(B) 42.25º 0.97% 0.69% -
XYZ 25.05 23.79 3.45 -
YUV 126.38 60.07 162.68 -
System Red Green Blue C M Y K H S L
Decimal 175 125 6 0 0.29 0.97 0.31 42.25 0.93 0.35
Hex AF 7D 6 0 1D 61 1F 2A 5D 23
Octal 257 175 6 0 35 141 37 52 135 43
Binary 10101111 1111101 110 0 11101 1100001 11111 101010 1011101 100011

Color Harmonies of #AF7D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D06

Black with #AF7D06

Text Example


Text Example

White with #AF7D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D06; }

 p { color: rgb(175,125,6); }

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

background-color css

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

 a { background-color: rgb(175,125,6); }

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

border-color css

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

 span { border-color: rgb(175,125,6); }

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