#a25b1c

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

Shades of Rich Gold #A25B1C

Tints of Rich Gold #A25B1C

Color information

#A25B1C (or 0xA25B1C) is unknown color: approx Rich Gold. HEX triplet: A2, 5B and 1C. RGB value is (162,91,28). Sum of RGB (Red+Green+Blue) = 162+91+28=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25B1C is #5DA4E3. Grayscale: #696969. Windows color (decimal): -6137060 or 1858466. OLE color: 1858466.

HSL color Cylindrical-coordinate representation of color #A25B1C: hue angle of 28.21º 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 #A25B1C is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB1629128-
CMYK00.440.830.36
HSL28.21º70.53%37.25%-
HSV(B)28.21º82.72%63.53%-
XYZ18.8515.253.05-
YUV105.0584.52168.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.65%
GREEN value IS 91 (35.94% from 255) = 32.38%
BLUE value IS 28 (11.33% from 255) = 9.96%
R=57.65%
G=32.38%
B=9.96%

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
Decimal162912800.440.830.3628.2170.5337.25
HexA25B1C02C53241c4725
Octal24213334054123443410745
Binary1010001010110111110001011001010011100100111001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a25b1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a25b1c; }

 p { color: rgb(162,91,28); }

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

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

 a { background-color: rgb(162,91,28); }

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

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

 span { border-color: rgb(162,91,28); }

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