#CCAA5A

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

Shades of Laser #CCAA5A

Tints of Laser #CCAA5A

Color information

#CCAA5A (or 0xCCAA5A) is unknown color: approx Laser. HEX triplet: CC, AA and 5A. RGB value is (204,170,90). Sum of RGB (Red+Green+Blue) = 204+170+90=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA5A is #3355A5. Grayscale: #ABABAB. Windows color (decimal): -3364262 or 5941964. OLE color: 5941964.

HSL color Cylindrical-coordinate representation of color #CCAA5A: hue angle of 42.11º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCAA5A is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB20417090-
CMYK00.170.560.2
HSL42.11º52.78%57.65%-
HSV(B)42.11º55.88%80%-
XYZ41.1242.3315.68-
YUV171.0582.26151.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.97%
GREEN value IS 170 (66.80% from 255) = 36.64%
BLUE value IS 90 (35.55% from 255) = 19.40%
R=43.97%
G=36.64%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041709000.170.560.242.1152.7857.65
HexCCAA5A01138142a353a
Octal3142521320217024526572
Binary1100110010101010101101001000111100010100101010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA5A; }

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

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

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

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

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

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

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

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