#A25A2B

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

Shades of Rich Gold #A25A2B

Tints of Rich Gold #A25A2B

Color information

#A25A2B (or 0xA25A2B) is unknown color: approx Rich Gold. HEX triplet: A2, 5A and 2B. RGB value is (162,90,43). Sum of RGB (Red+Green+Blue) = 162+90+43=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A2B is #5DA5D4. Grayscale: #6A6A6A. Windows color (decimal): -6137301 or 2841250. OLE color: 2841250.

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

Color convert

RGB1629043-
CMYK00.440.730.36
HSL23.7º58.05%40.2%-
HSV(B)23.7º73.46%63.53%-
XYZ18.9915.174.21-
YUV106.1792.35167.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.92%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 43 (17.19% from 255) = 14.58%
R=54.92%
G=30.51%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162904300.440.730.3623.758.0540.2
HexA25A2B02C4924183a28
Octal2421325305411144307250
Binary1010001010110101010110101100100100110010011000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A2B; }

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

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

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

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

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

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

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

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