Html Css Color HEX #AF8306 Dark Goldenrod

📋 copy color: '#AF8306'

red 175 ◦ green 131 ◦ blue 6

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

Shades of Dark Goldenrod #AF8306

Tints of Dark Goldenrod #AF8306

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.99%

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

R = 56.09%
G = 41.99%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF8306 (or 0xAF8306) is known color: Dark Goldenrod. HEX triplet: AF, 83 and 06. RGB value is (175,131,6). Sum of RGB (Red+Green+Blue) = 175+131+6=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8306 is #507CF9. Grayscale: #828282. Windows color (decimal): -5274874 or 426927. OLE color: 426927.

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

Color convert

RGB 175 131 6 -
CMYK 0 0.25 0.97 0.31
HSL 44.38º 0.93% 0.35% -
HSV(B) 44.38º 0.97% 0.69% -
XYZ 25.83 25.36 3.71 -
YUV 129.91 58.08 160.16 -
System Red Green Blue C M Y K H S L
Decimal 175 131 6 0 0.25 0.97 0.31 44.38 0.93 0.35
Hex AF 83 6 0 19 61 1F 2C 5D 23
Octal 257 203 6 0 31 141 37 54 135 43
Binary 10101111 10000011 110 0 11001 1100001 11111 101100 1011101 100011

Color Harmonies of #AF8306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8306

Black with #AF8306

Text Example


Text Example

White with #AF8306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8306; }

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

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

background-color css

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

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

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

border-color css

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

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

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