Html Css Color HEX #AF8211 Dark Goldenrod

📋 copy color: '#AF8211'

red 175 ◦ green 130 ◦ blue 17

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

Shades of Dark Goldenrod #AF8211

Tints of Dark Goldenrod #AF8211

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.37%

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

R = 54.35%
G = 40.37%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF8211 (or 0xAF8211) is known color: Dark Goldenrod. HEX triplet: AF, 82 and 11. RGB value is (175,130,17). Sum of RGB (Red+Green+Blue) = 175+130+17=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8211 is #507DEE. Grayscale: #838383. Windows color (decimal): -5275119 or 1147567. OLE color: 1147567.

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

Color convert

RGB 175 130 17 -
CMYK 0 0.26 0.90 0.31
HSL 42.91º 0.82% 0.38% -
HSV(B) 42.91º 0.9% 0.69% -
XYZ 25.76 25.12 4.02 -
YUV 130.57 63.91 159.69 -
System Red Green Blue C M Y K H S L
Decimal 175 130 17 0 0.26 0.90 0.31 42.91 0.82 0.38
Hex AF 82 11 0 1A 5A 1F 2B 52 26
Octal 257 202 21 0 32 132 37 53 122 46
Binary 10101111 10000010 10001 0 11010 1011010 11111 101011 1010010 100110

Color Harmonies of #AF8211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8211

Black with #AF8211

Text Example


Text Example

White with #AF8211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8211; }

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

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

background-color css

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

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

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

border-color css

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

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

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