#C5AE57

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

Shades of Laser #C5AE57

Tints of Laser #C5AE57

Color information

#C5AE57 (or 0xC5AE57) is unknown color: approx Laser. HEX triplet: C5, AE and 57. RGB value is (197,174,87). Sum of RGB (Red+Green+Blue) = 197+174+87=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 87 (34.38% from 255 or 19.00% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AE57 is #3A51A8. Grayscale: #ABABAB. Windows color (decimal): -3821993 or 5746373. OLE color: 5746373.

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

Color convert

RGB19717487-
CMYK00.120.560.23
HSL47.45º48.67%55.69%-
HSV(B)47.45º55.84%77.25%-
XYZ39.8842.8315.18-
YUV170.9680.62146.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.01%
GREEN value IS 174 (68.36% from 255) = 37.99%
BLUE value IS 87 (34.38% from 255) = 19.00%
R=43.01%
G=37.99%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971748700.120.560.2347.4548.6755.69
HexC5AE570C38172f3138
Octal3052561270147027576170
Binary110001011010111010101110110011100010111101111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AE57; }

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

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

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

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

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

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

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

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