Html Css Color HEX #AF8609 Dark Goldenrod

📋 copy color: '#AF8609'

red 175 ◦ green 134 ◦ blue 9

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

Shades of Dark Goldenrod #AF8609

Tints of Dark Goldenrod #AF8609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.83%

R = 55.03%
G = 42.14%
B = 2.83%

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

#AF8609 (or 0xAF8609) is known color: Dark Goldenrod. HEX triplet: AF, 86 and 09. RGB value is (175,134,9). Sum of RGB (Red+Green+Blue) = 175+134+9=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 9 (3.91% from 255 or 2.83% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8609 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8609 is #5079F6. Grayscale: #848484. Windows color (decimal): -5274103 or 624303. OLE color: 624303.

HSL color Cylindrical-coordinate representation of color #AF8609: hue angle of 45.18º degrees, saturation: 0.9, 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 #AF8609 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 134 9 -
CMYK 0 0.23 0.95 0.31
HSL 45.18º 0.9% 0.36% -
HSV(B) 45.18º 0.95% 0.69% -
XYZ 26.25 26.18 3.93 -
YUV 132.01 58.58 158.66 -
System Red Green Blue C M Y K H S L
Decimal 175 134 9 0 0.23 0.95 0.31 45.18 0.9 0.36
Hex AF 86 9 0 17 5F 1F 2D 5A 24
Octal 257 206 11 0 27 137 37 55 132 44
Binary 10101111 10000110 1001 0 10111 1011111 11111 101101 1011010 100100

Color Harmonies of #AF8609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8609

Black with #AF8609

Text Example


Text Example

White with #AF8609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8609; }

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

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

background-color css

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

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

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

border-color css

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

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

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