#caaa5b

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

Shades of Laser #CAAA5B

Tints of Laser #CAAA5B

Color information

#CAAA5B (or 0xCAAA5B) is unknown color: approx Laser. HEX triplet: CA, AA and 5B. RGB value is (202,170,91). Sum of RGB (Red+Green+Blue) = 202+170+91=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAA5B is #3555A4. Grayscale: #AAAAAA. Windows color (decimal): -3495333 or 6007498. OLE color: 6007498.

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

Color convert

RGB20217091-
CMYK00.160.550.21
HSL42.7º51.15%57.45%-
HSV(B)42.7º54.95%79.22%-
XYZ40.6242.0615.88-
YUV170.5683.1150.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 170 (66.80% from 255) = 36.72%
BLUE value IS 91 (35.94% from 255) = 19.65%
R=43.63%
G=36.72%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021709100.160.550.2142.751.1557.45
HexCAAA5B01037152b3339
Octal3122521330206725536371
Binary1100101010101010101101101000011011110101101011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #caaa5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #caaa5b; }

 p { color: rgb(202,170,91); }

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

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

 a { background-color: rgb(202,170,91); }

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

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

 span { border-color: rgb(202,170,91); }

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