#CAA173

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

Shades of Fallow #CAA173

Tints of Fallow #CAA173

Color information

#CAA173 (or 0xCAA173) is unknown color: approx Fallow. HEX triplet: CA, A1 and 73. RGB value is (202,161,115). Sum of RGB (Red+Green+Blue) = 202+161+115=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA173 is #355E8C. Grayscale: #A8A8A8. Windows color (decimal): -3497613 or 7578058. OLE color: 7578058.

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

Color convert

RGB202161115-
CMYK00.200.430.21
HSL31.72º45.08%62.16%-
HSV(B)31.72º43.07%79.22%-
XYZ40.239.2821.68-
YUV168.0298.08152.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 161 (63.28% from 255) = 33.68%
BLUE value IS 115 (45.31% from 255) = 24.06%
R=42.26%
G=33.68%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216111500.200.430.2131.7245.0862.16
HexCAA1730142B15202d3e
Octal3122411630245325405576
Binary1100101010100001111001101010010101110101100000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA173; }

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

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

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

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

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

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

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

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