#A85427

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

Shades of Rich Gold #A85427

Tints of Rich Gold #A85427

Color information

#A85427 (or 0xA85427) is unknown color: approx Rich Gold. HEX triplet: A8, 54 and 27. RGB value is (168,84,39). Sum of RGB (Red+Green+Blue) = 168+84+39=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A85427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85427 is #57ABD8. Grayscale: #686868. Windows color (decimal): -5745625 or 2577576. OLE color: 2577576.

HSL color Cylindrical-coordinate representation of color #A85427: hue angle of 20.93º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A85427 is Cyan = 0, Magento = 0.5, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB1688439-
CMYK00.50.770.34
HSL20.93º62.32%40.59%-
HSV(B)20.93º76.79%65.88%-
XYZ19.6814.813.74-
YUV103.9991.33173.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.73%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 39 (15.62% from 255) = 13.40%
R=57.73%
G=28.87%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168843900.50.770.3420.9362.3240.59
HexA854270324D22153e29
Octal2501244706211542257651
Binary1010100010101001001110110010100110110001010101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85427; }

 p { color: rgb(168,84,39); }

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

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

 a { background-color: rgb(168,84,39); }

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

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

 span { border-color: rgb(168,84,39); }

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