#C4AA59

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

Shades of Laser #C4AA59

Tints of Laser #C4AA59

Color information

#C4AA59 (or 0xC4AA59) is unknown color: approx Laser. HEX triplet: C4, AA and 59. RGB value is (196,170,89). Sum of RGB (Red+Green+Blue) = 196+170+89=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AA59 is #3B55A6. Grayscale: #A8A8A8. Windows color (decimal): -3888551 or 5876420. OLE color: 5876420.

HSL color Cylindrical-coordinate representation of color #C4AA59: hue angle of 45.42º 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 #C4AA59 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB19617089-
CMYK00.130.550.23
HSL45.42º47.56%55.88%-
HSV(B)45.42º54.59%76.86%-
XYZ38.9441.2115.35-
YUV168.5483.11147.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.08%
GREEN value IS 170 (66.80% from 255) = 37.36%
BLUE value IS 89 (35.16% from 255) = 19.56%
R=43.08%
G=37.36%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961708900.130.550.2345.4247.5655.88
HexC4AA590D37172d3038
Octal3042521310156727556070
Binary110001001010101010110010110111011110111101101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AA59; }

 p { color: rgb(196,170,89); }

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

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

 a { background-color: rgb(196,170,89); }

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

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

 span { border-color: rgb(196,170,89); }

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