#C9AA5A

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

Shades of Laser #C9AA5A

Tints of Laser #C9AA5A

Color information

#C9AA5A (or 0xC9AA5A) is unknown color: approx Laser. HEX triplet: C9, AA and 5A. RGB value is (201,170,90). Sum of RGB (Red+Green+Blue) = 201+170+90=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AA5A is #3655A5. Grayscale: #AAAAAA. Windows color (decimal): -3560870 or 5941961. OLE color: 5941961.

HSL color Cylindrical-coordinate representation of color #C9AA5A: hue angle of 43.24º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9AA5A is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB20117090-
CMYK00.150.550.21
HSL43.24º50.68%57.06%-
HSV(B)43.24º55.22%78.82%-
XYZ40.3141.9115.64-
YUV170.1582.77150-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.60%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 90 (35.55% from 255) = 19.52%
R=43.60%
G=36.88%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011709000.150.550.2143.2450.6857.06
HexC9AA5A0F37152b3339
Octal3112521320176725536371
Binary110010011010101010110100111111011110101101011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AA5A; }

 p { color: rgb(201,170,90); }

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

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

 a { background-color: rgb(201,170,90); }

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

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

 span { border-color: rgb(201,170,90); }

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