#CAA062

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

Shades of Fallow #CAA062

Tints of Fallow #CAA062

Color information

#CAA062 (or 0xCAA062) is unknown color: approx Fallow. HEX triplet: CA, A0 and 62. RGB value is (202,160,98). Sum of RGB (Red+Green+Blue) = 202+160+98=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA062 is #355F9D. Grayscale: #A5A5A5. Windows color (decimal): -3497886 or 6463690. OLE color: 6463690.

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

Color convert

RGB20216098-
CMYK00.210.510.21
HSL35.77º49.52%58.82%-
HSV(B)35.77º51.49%79.22%-
XYZ39.1338.5816.94-
YUV165.4989.91154.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 160 (62.89% from 255) = 34.78%
BLUE value IS 98 (38.67% from 255) = 21.30%
R=43.91%
G=34.78%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021609800.210.510.2135.7749.5258.82
HexCAA062015331524323b
Octal3122401420256325446273
Binary1100101010100000110001001010111001110101100100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA062; }

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

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

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

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

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

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

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

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