#A25627

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

Shades of Rich Gold #A25627

Tints of Rich Gold #A25627

Color information

#A25627 (or 0xA25627) is unknown color: approx Rich Gold. HEX triplet: A2, 56 and 27. RGB value is (162,86,39). Sum of RGB (Red+Green+Blue) = 162+86+39=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A25627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25627 is #5DA9D8. Grayscale: #676767. Windows color (decimal): -6138329 or 2578082. OLE color: 2578082.

HSL color Cylindrical-coordinate representation of color #A25627: hue angle of 22.93º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A25627 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB1628639-
CMYK00.470.760.36
HSL22.93º61.19%39.41%-
HSV(B)22.93º75.93%63.53%-
XYZ18.5914.483.74-
YUV103.3791.68169.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.45%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 39 (15.62% from 255) = 13.59%
R=56.45%
G=29.97%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162863900.470.760.3622.9361.1939.41
HexA2562702F4C24173d27
Octal2421264705711444277547
Binary1010001010101101001110101111100110010010010111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25627; }

 p { color: rgb(162,86,39); }

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

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

 a { background-color: rgb(162,86,39); }

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

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

 span { border-color: rgb(162,86,39); }

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