#A25C1D

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

Shades of Rich Gold #A25C1D

Tints of Rich Gold #A25C1D

Color information

#A25C1D (or 0xA25C1D) is unknown color: approx Rich Gold. HEX triplet: A2, 5C and 1D. RGB value is (162,92,29). Sum of RGB (Red+Green+Blue) = 162+92+29=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25C1D is #5DA3E2. Grayscale: #6A6A6A. Windows color (decimal): -6136803 or 1924258. OLE color: 1924258.

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

Color convert

RGB1629229-
CMYK00.430.820.36
HSL28.42º69.63%37.45%-
HSV(B)28.42º82.1%63.53%-
XYZ18.9515.423.14-
YUV105.7584.69168.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.24%
GREEN value IS 92 (36.33% from 255) = 32.51%
BLUE value IS 29 (11.72% from 255) = 10.25%
R=57.24%
G=32.51%
B=10.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162922900.430.820.3628.4269.6337.45
HexA25C1D02B52241c4625
Octal24213435053122443410645
Binary1010001010111001110101010111010010100100111001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25C1D; }

 p { color: rgb(162,92,29); }

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

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

 a { background-color: rgb(162,92,29); }

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

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

 span { border-color: rgb(162,92,29); }

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