Html Css Color HEX #AF8600 Dark Goldenrod

📋 copy color: '#AF8600'

red 175 ◦ green 134 ◦ blue 0

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

Shades of Dark Goldenrod #AF8600

Tints of Dark Goldenrod #AF8600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.63%
G = 43.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF8600 (or 0xAF8600) is known color: Dark Goldenrod. HEX triplet: AF, 86 and 00. RGB value is (175,134,0). Sum of RGB (Red+Green+Blue) = 175+134+0=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8600 is #5079FF. Grayscale: #838383. Windows color (decimal): -5274112 or 34479. OLE color: 34479.

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

Color convert

RGB 175 134 0 -
CMYK 0 0.23 1 0.31
HSL 45.94º 1% 0.34% -
HSV(B) 45.94º 1% 0.69% -
XYZ 26.2 26.16 3.67 -
YUV 130.98 54.08 159.4 -
System Red Green Blue C M Y K H S L
Decimal 175 134 0 0 0.23 1 0.31 45.94 1 0.34
Hex AF 86 0 0 17 64 1F 2E 64 22
Octal 257 206 0 0 27 144 37 56 144 42
Binary 10101111 10000110 0 0 10111 1100100 11111 101110 1100100 100010

Color Harmonies of #AF8600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8600

Black with #AF8600

Text Example


Text Example

White with #AF8600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8600; }

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

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

background-color css

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

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

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

border-color css

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

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

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