#CAA22A

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

Shades of Galliano #CAA22A

Tints of Galliano #CAA22A

Color information

#CAA22A (or 0xCAA22A) is unknown color: approx Galliano. HEX triplet: CA, A2 and 2A. RGB value is (202,162,42). Sum of RGB (Red+Green+Blue) = 202+162+42=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA22A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA22A is #355DD5. Grayscale: #A0A0A0. Windows color (decimal): -3497430 or 2794186. OLE color: 2794186.

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

Color convert

RGB20216242-
CMYK00.200.790.21
HSL45º65.57%47.84%-
HSV(B)45º79.21%79.22%-
XYZ37.738.567.65-
YUV160.2861.25157.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.75%
GREEN value IS 162 (63.67% from 255) = 39.90%
BLUE value IS 42 (16.80% from 255) = 10.34%
R=49.75%
G=39.90%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021624200.200.790.214565.5747.84
HexCAA22A0144F152d4230
Octal31224252024117255510260
Binary11001010101000101010100101001001111101011011011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA22A; }

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

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

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

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

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

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

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

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