Html Css Color HEX #AF8511 Dark Goldenrod

📋 copy color: '#AF8511'

red 175 ◦ green 133 ◦ blue 17

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

Shades of Dark Goldenrod #AF8511

Tints of Dark Goldenrod #AF8511

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.92%

 BLUE value IS 17 (7.03% from 255) = 5.23%

R = 53.85%
G = 40.92%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF8511 (or 0xAF8511) is known color: Dark Goldenrod. HEX triplet: AF, 85 and 11. RGB value is (175,133,17). Sum of RGB (Red+Green+Blue) = 175+133+17=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8511 is #507AEE. Grayscale: #848484. Windows color (decimal): -5274351 or 1148335. OLE color: 1148335.

HSL color Cylindrical-coordinate representation of color #AF8511: hue angle of 44.05º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF8511 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 133 17 -
CMYK 0 0.24 0.90 0.31
HSL 44.05º 0.82% 0.38% -
HSV(B) 44.05º 0.9% 0.69% -
XYZ 26.17 25.93 4.16 -
YUV 132.33 62.91 158.43 -
System Red Green Blue C M Y K H S L
Decimal 175 133 17 0 0.24 0.90 0.31 44.05 0.82 0.38
Hex AF 85 11 0 18 5A 1F 2C 52 26
Octal 257 205 21 0 30 132 37 54 122 46
Binary 10101111 10000101 10001 0 11000 1011010 11111 101100 1010010 100110

Color Harmonies of #AF8511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8511

Black with #AF8511

Text Example


Text Example

White with #AF8511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8511; }

 p { color: rgb(175,133,17); }

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

background-color css

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

 a { background-color: rgb(175,133,17); }

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

border-color css

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

 span { border-color: rgb(175,133,17); }

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