#AF5E1B

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

Shades of Rich Gold #AF5E1B

Tints of Rich Gold #AF5E1B

Color information

#AF5E1B (or 0xAF5E1B) is unknown color: approx Rich Gold. HEX triplet: AF, 5E and 1B. RGB value is (175,94,27). Sum of RGB (Red+Green+Blue) = 175+94+27=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5E1B is #50A1E4. Grayscale: #6E6E6E. Windows color (decimal): -5284325 or 1793711. OLE color: 1793711.

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

Color convert

RGB1759427-
CMYK00.460.850.31
HSL27.16º73.27%39.61%-
HSV(B)27.16º84.57%68.63%-
XYZ21.8817.23.2-
YUV110.5880.84173.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.12%
GREEN value IS 94 (37.11% from 255) = 31.76%
BLUE value IS 27 (10.94% from 255) = 9.12%
R=59.12%
G=31.76%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175942700.460.850.3127.1673.2739.61
HexAF5E1B02E551F1b4928
Octal25713633056125373311150
Binary101011111011110110110101110101010111111110111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5E1B; }

 p { color: rgb(175,94,27); }

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

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

 a { background-color: rgb(175,94,27); }

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

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

 span { border-color: rgb(175,94,27); }

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