Html Css Color HEX #AF6F06 Dark Goldenrod

📋 copy color: '#AF6F06'

red 175 ◦ green 111 ◦ blue 6

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

Shades of Dark Goldenrod #AF6F06

Tints of Dark Goldenrod #AF6F06

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.01%

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

R = 59.93%
G = 38.01%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF6F06 (or 0xAF6F06) is known color: Dark Goldenrod. HEX triplet: AF, 6F and 06. RGB value is (175,111,6). Sum of RGB (Red+Green+Blue) = 175+111+6=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6F06 is #5090F9. Grayscale: #767676. Windows color (decimal): -5279994 or 421807. OLE color: 421807.

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

Color convert

RGB 175 111 6 -
CMYK 0 0.37 0.97 0.31
HSL 37.28º 0.93% 0.35% -
HSV(B) 37.28º 0.97% 0.69% -
XYZ 23.4 20.5 2.9 -
YUV 118.17 64.7 168.54 -
System Red Green Blue C M Y K H S L
Decimal 175 111 6 0 0.37 0.97 0.31 37.28 0.93 0.35
Hex AF 6F 6 0 25 61 1F 25 5D 23
Octal 257 157 6 0 45 141 37 45 135 43
Binary 10101111 1101111 110 0 100101 1100001 11111 100101 1011101 100011

Color Harmonies of #AF6F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6F06

Black with #AF6F06

Text Example


Text Example

White with #AF6F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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