#CAA16A

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

Shades of Fallow #CAA16A

Tints of Fallow #CAA16A

Color information

#CAA16A (or 0xCAA16A) is unknown color: approx Fallow. HEX triplet: CA, A1 and 6A. RGB value is (202,161,106). Sum of RGB (Red+Green+Blue) = 202+161+106=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA16A is #355E95. Grayscale: #A7A7A7. Windows color (decimal): -3497622 or 6988234. OLE color: 6988234.

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

Color convert

RGB202161106-
CMYK00.200.480.21
HSL34.38º47.52%60.39%-
HSV(B)34.38º47.52%79.22%-
XYZ39.739.0919.09-
YUV166.9993.58152.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 161 (63.28% from 255) = 34.33%
BLUE value IS 106 (41.80% from 255) = 22.60%
R=43.07%
G=34.33%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216110600.200.480.2134.3847.5260.39
HexCAA16A014301522303c
Octal3122411520246025426074
Binary1100101010100001110101001010011000010101100010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA16A; }

 p { color: rgb(202,161,106); }

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

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

 a { background-color: rgb(202,161,106); }

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

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

 span { border-color: rgb(202,161,106); }

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