#CAAA2A

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

Shades of Galliano #CAAA2A

Tints of Galliano #CAAA2A

Color information

#CAAA2A (or 0xCAAA2A) is unknown color: approx Galliano. HEX triplet: CA, AA and 2A. RGB value is (202,170,42). Sum of RGB (Red+Green+Blue) = 202+170+42=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAA2A is #3555D5. Grayscale: #A5A5A5. Windows color (decimal): -3495382 or 2796234. OLE color: 2796234.

HSL color Cylindrical-coordinate representation of color #CAAA2A: hue angle of 48º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CAAA2A is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB20217042-
CMYK00.160.790.21
HSL48º65.57%47.84%-
HSV(B)48º79.21%79.22%-
XYZ39.1541.478.13-
YUV164.9858.6154.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.79%
GREEN value IS 170 (66.80% from 255) = 41.06%
BLUE value IS 42 (16.80% from 255) = 10.14%
R=48.79%
G=41.06%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021704200.160.790.214865.5747.84
HexCAAA2A0104F15304230
Octal31225252020117256010260
Binary11001010101010101010100100001001111101011100001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA2A; }

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

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

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

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

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

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

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

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