Html Css Color HEX #AF8411 Dark Goldenrod

📋 copy color: '#AF8411'

red 175 ◦ green 132 ◦ blue 17

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

Shades of Dark Goldenrod #AF8411

Tints of Dark Goldenrod #AF8411

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.74%

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

R = 54.01%
G = 40.74%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF8411 (or 0xAF8411) is known color: Dark Goldenrod. HEX triplet: AF, 84 and 11. RGB value is (175,132,17). Sum of RGB (Red+Green+Blue) = 175+132+17=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8411 is #507BEE. Grayscale: #848484. Windows color (decimal): -5274607 or 1148079. OLE color: 1148079.

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

Color convert

RGB 175 132 17 -
CMYK 0 0.25 0.90 0.31
HSL 43.67º 0.82% 0.38% -
HSV(B) 43.67º 0.9% 0.69% -
XYZ 26.03 25.66 4.11 -
YUV 131.75 63.25 158.85 -
System Red Green Blue C M Y K H S L
Decimal 175 132 17 0 0.25 0.90 0.31 43.67 0.82 0.38
Hex AF 84 11 0 19 5A 1F 2C 52 26
Octal 257 204 21 0 31 132 37 54 122 46
Binary 10101111 10000100 10001 0 11001 1011010 11111 101100 1010010 100110

Color Harmonies of #AF8411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8411

Black with #AF8411

Text Example


Text Example

White with #AF8411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8411; }

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

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

background-color css

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

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

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

border-color css

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

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

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