#CAA070

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

Shades of Fallow #CAA070

Tints of Fallow #CAA070

Color information

#CAA070 (or 0xCAA070) is unknown color: approx Fallow. HEX triplet: CA, A0 and 70. RGB value is (202,160,112). Sum of RGB (Red+Green+Blue) = 202+160+112=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA070 is #355F8F. Grayscale: #A7A7A7. Windows color (decimal): -3497872 or 7381194. OLE color: 7381194.

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

Color convert

RGB202160112-
CMYK00.210.450.21
HSL32º45.92%61.57%-
HSV(B)32º44.55%79.22%-
XYZ39.8538.8720.73-
YUV167.0996.91152.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 160 (62.89% from 255) = 33.76%
BLUE value IS 112 (44.14% from 255) = 23.63%
R=42.62%
G=33.76%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216011200.210.450.213245.9261.57
HexCAA0700152D15202e3e
Octal3122401600255525405676
Binary1100101010100000111000001010110110110101100000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA070; }

 p { color: rgb(202,160,112); }

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

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

 a { background-color: rgb(202,160,112); }

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

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

 span { border-color: rgb(202,160,112); }

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