#AF501A

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

Shades of Rich Gold #AF501A

Tints of Rich Gold #AF501A

Color information

#AF501A (or 0xAF501A) is unknown color: approx Rich Gold. HEX triplet: AF, 50 and 1A. RGB value is (175,80,26). Sum of RGB (Red+Green+Blue) = 175+80+26=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF501A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF501A is #50AFE5. Grayscale: #666666. Windows color (decimal): -5287910 or 1724591. OLE color: 1724591.

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

Color convert

RGB1758026-
CMYK00.540.850.31
HSL21.74º74.13%39.41%-
HSV(B)21.74º85.14%68.63%-
XYZ20.7314.932.77-
YUV102.2584.97179.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.28%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 26 (10.55% from 255) = 9.25%
R=62.28%
G=28.47%
B=9.25%

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
Decimal175802600.540.850.3121.7474.1339.41
HexAF501A036551F164a27
Octal25712032066125372611247
Binary101011111010000110100110110101010111111101101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF501A; }

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

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

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

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

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

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

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

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