#A8531A

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

Shades of Rich Gold #A8531A

Tints of Rich Gold #A8531A

Color information

#A8531A (or 0xA8531A) is unknown color: approx Rich Gold. HEX triplet: A8, 53 and 1A. RGB value is (168,83,26). Sum of RGB (Red+Green+Blue) = 168+83+26=277 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.65% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 168 - color contains mainly: red. Hex color #A8531A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8531A is #57ACE5. Grayscale: #666666. Windows color (decimal): -5745894 or 1725352. OLE color: 1725352.

HSL color Cylindrical-coordinate representation of color #A8531A: hue angle of 24.08º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8531A is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB1688326-
CMYK00.510.850.34
HSL24.08º73.2%38.04%-
HSV(B)24.08º84.52%65.88%-
XYZ19.4314.592.77-
YUV101.9285.16175.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.65%
GREEN value IS 83 (32.81% from 255) = 29.96%
BLUE value IS 26 (10.55% from 255) = 9.39%
R=60.65%
G=29.96%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.85
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168832600.510.850.3424.0873.238.04
HexA8531A0335522184926
Octal25012332063125423011146
Binary1010100010100111101001100111010101100010110001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8531A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8531A; }

 p { color: rgb(168,83,26); }

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

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

 a { background-color: rgb(168,83,26); }

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

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

 span { border-color: rgb(168,83,26); }

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