#A25A1B

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

Shades of Rich Gold #A25A1B

Tints of Rich Gold #A25A1B

Color information

#A25A1B (or 0xA25A1B) is unknown color: approx Rich Gold. HEX triplet: A2, 5A and 1B. RGB value is (162,90,27). Sum of RGB (Red+Green+Blue) = 162+90+27=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A1B is #5DA5E4. Grayscale: #686868. Windows color (decimal): -6137317 or 1792674. OLE color: 1792674.

HSL color Cylindrical-coordinate representation of color #A25A1B: hue angle of 28º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A25A1B is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB1629027-
CMYK00.440.830.36
HSL28º71.43%37.06%-
HSV(B)28º83.33%63.53%-
XYZ18.7515.072.96-
YUV104.3584.35169.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.06%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 27 (10.94% from 255) = 9.68%
R=58.06%
G=32.26%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162902700.440.830.362871.4337.06
HexA25A1B02C53241c4725
Octal24213233054123443410745
Binary1010001010110101101101011001010011100100111001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A1B; }

 p { color: rgb(162,90,27); }

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

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

 a { background-color: rgb(162,90,27); }

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

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

 span { border-color: rgb(162,90,27); }

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