Html Css Color HEX #AF8512 Dark Goldenrod

📋 copy color: '#AF8512'

red 175 ◦ green 133 ◦ blue 18

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

Shades of Dark Goldenrod #AF8512

Tints of Dark Goldenrod #AF8512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.52%

R = 53.68%
G = 40.8%
B = 5.52%

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

#AF8512 (or 0xAF8512) is known color: Dark Goldenrod. HEX triplet: AF, 85 and 12. RGB value is (175,133,18). Sum of RGB (Red+Green+Blue) = 175+133+18=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8512 is #507AED. Grayscale: #848484. Windows color (decimal): -5274350 or 1213871. OLE color: 1213871.

HSL color Cylindrical-coordinate representation of color #AF8512: hue angle of 43.95º degrees, saturation: 0.81, 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 #AF8512 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 133 18 -
CMYK 0 0.24 0.90 0.31
HSL 43.95º 0.81% 0.38% -
HSV(B) 43.95º 0.9% 0.69% -
XYZ 26.18 25.93 4.2 -
YUV 132.45 63.41 158.35 -
System Red Green Blue C M Y K H S L
Decimal 175 133 18 0 0.24 0.90 0.31 43.95 0.81 0.38
Hex AF 85 12 0 18 5A 1F 2C 51 26
Octal 257 205 22 0 30 132 37 54 121 46
Binary 10101111 10000101 10010 0 11000 1011010 11111 101100 1010001 100110

Color Harmonies of #AF8512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8512

Black with #AF8512

Text Example


Text Example

White with #AF8512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8512; }

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

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

background-color css

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

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

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

border-color css

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

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

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