#A25028

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

Shades of Rich Gold #A25028

Tints of Rich Gold #A25028

Color information

#A25028 (or 0xA25028) is unknown color: approx Rich Gold. HEX triplet: A2, 50 and 28. RGB value is (162,80,40). Sum of RGB (Red+Green+Blue) = 162+80+40=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A25028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25028 is #5DAFD7. Grayscale: #646464. Windows color (decimal): -6139864 or 2642082. OLE color: 2642082.

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

Color convert

RGB1628040-
CMYK00.510.750.36
HSL19.67º60.4%39.61%-
HSV(B)19.67º75.31%63.53%-
XYZ18.1513.573.67-
YUV99.9694.17172.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.45%
GREEN value IS 80 (31.64% from 255) = 28.37%
BLUE value IS 40 (16.02% from 255) = 14.18%
R=57.45%
G=28.37%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162804000.510.750.3619.6760.439.61
HexA250280334B24143c28
Octal2421205006311344247450
Binary1010001010100001010000110011100101110010010100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25028; }

 p { color: rgb(162,80,40); }

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

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

 a { background-color: rgb(162,80,40); }

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

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

 span { border-color: rgb(162,80,40); }

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