#C5AE59

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

Shades of Laser #C5AE59

Tints of Laser #C5AE59

Color information

#C5AE59 (or 0xC5AE59) is unknown color: approx Laser. HEX triplet: C5, AE and 59. RGB value is (197,174,89). Sum of RGB (Red+Green+Blue) = 197+174+89=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 89 (35.16% from 255 or 19.35% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AE59 is #3A51A6. Grayscale: #ABABAB. Windows color (decimal): -3821991 or 5877445. OLE color: 5877445.

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

Color convert

RGB19717489-
CMYK00.120.550.23
HSL47.22º48.21%56.08%-
HSV(B)47.22º54.82%77.25%-
XYZ39.9742.8615.62-
YUV171.1981.62146.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.83%
GREEN value IS 174 (68.36% from 255) = 37.83%
BLUE value IS 89 (35.16% from 255) = 19.35%
R=42.83%
G=37.83%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971748900.120.550.2347.2248.2156.08
HexC5AE590C37172f3038
Octal3052561310146727576070
Binary110001011010111010110010110011011110111101111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AE59; }

 p { color: rgb(197,174,89); }

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

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

 a { background-color: rgb(197,174,89); }

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

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

 span { border-color: rgb(197,174,89); }

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