#C5AA52

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

Shades of Sundance #C5AA52

Tints of Sundance #C5AA52

Color information

#C5AA52 (or 0xC5AA52) is unknown color: approx Sundance. HEX triplet: C5, AA and 52. RGB value is (197,170,82). Sum of RGB (Red+Green+Blue) = 197+170+82=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AA52 is #3A55AD. Grayscale: #A8A8A8. Windows color (decimal): -3823022 or 5417669. OLE color: 5417669.

HSL color Cylindrical-coordinate representation of color #C5AA52: hue angle of 45.91º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5AA52 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB19717082-
CMYK00.140.580.23
HSL45.91º49.78%54.71%-
HSV(B)45.91º58.38%77.25%-
XYZ38.9241.2313.89-
YUV168.0479.45148.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.88%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 82 (32.42% from 255) = 18.26%
R=43.88%
G=37.86%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971708200.140.580.2345.9149.7854.71
HexC5AA520E3A172e3237
Octal3052521220167227566267
Binary110001011010101010100100111011101010111101110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AA52; }

 p { color: rgb(197,170,82); }

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

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

 a { background-color: rgb(197,170,82); }

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

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

 span { border-color: rgb(197,170,82); }

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