#AF511A

Color #AF511A Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #AF511A

Tints of Rich Gold #AF511A

Color information

#AF511A (or 0xAF511A) is unknown color: approx Rich Gold. HEX triplet: AF, 51 and 1A. RGB value is (175,81,26). Sum of RGB (Red+Green+Blue) = 175+81+26=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF511A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF511A is #50AEE5. Grayscale: #676767. Windows color (decimal): -5287654 or 1724847. OLE color: 1724847.

HSL color Cylindrical-coordinate representation of color #AF511A: hue angle of 22.15º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF511A is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB1758126-
CMYK00.540.850.31
HSL22.15º74.13%39.41%-
HSV(B)22.15º85.14%68.63%-
XYZ20.8115.072.79-
YUV102.8484.64179.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.06%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 26 (10.55% from 255) = 9.22%
R=62.06%
G=28.72%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175812600.540.850.3122.1574.1339.41
HexAF511A036551F164a27
Octal25712132066125372611247
Binary101011111010001110100110110101010111111101101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF511A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF511A; }

 p { color: rgb(175,81,26); }

 H1.HeaderClassName
 {
   color: #AF511A;
 }
 .AnyTagClassName
 {
   color: #AF511A;
 }
</style>
background-color css

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

 a { background-color: rgb(175,81,26); }

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

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

 span { border-color: rgb(175,81,26); }

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