Html Css Color HEX #AF8608 Dark Goldenrod

📋 copy color: '#AF8608'

red 175 ◦ green 134 ◦ blue 8

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

Shades of Dark Goldenrod #AF8608

Tints of Dark Goldenrod #AF8608

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.27%

 BLUE value IS 8 (3.52% from 255) = 2.52%

R = 55.21%
G = 42.27%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF8608 (or 0xAF8608) is known color: Dark Goldenrod. HEX triplet: AF, 86 and 08. RGB value is (175,134,8). Sum of RGB (Red+Green+Blue) = 175+134+8=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8608 is #5079F7. Grayscale: #848484. Windows color (decimal): -5274104 or 558767. OLE color: 558767.

HSL color Cylindrical-coordinate representation of color #AF8608: hue angle of 45.27º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF8608 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 134 8 -
CMYK 0 0.23 0.95 0.31
HSL 45.27º 0.91% 0.36% -
HSV(B) 45.27º 0.95% 0.69% -
XYZ 26.25 26.18 3.9 -
YUV 131.9 58.08 158.75 -
System Red Green Blue C M Y K H S L
Decimal 175 134 8 0 0.23 0.95 0.31 45.27 0.91 0.36
Hex AF 86 8 0 17 5F 1F 2D 5B 24
Octal 257 206 10 0 27 137 37 55 133 44
Binary 10101111 10000110 1000 0 10111 1011111 11111 101101 1011011 100100

Color Harmonies of #AF8608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8608

Black with #AF8608

Text Example


Text Example

White with #AF8608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8608; }

 p { color: rgb(175,134,8); }

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

background-color css

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

 a { background-color: rgb(175,134,8); }

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

border-color css

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

 span { border-color: rgb(175,134,8); }

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