#CAA061

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

Shades of Apache #CAA061

Tints of Apache #CAA061

Color information

#CAA061 (or 0xCAA061) is unknown color: approx Apache. HEX triplet: CA, A0 and 61. RGB value is (202,160,97). Sum of RGB (Red+Green+Blue) = 202+160+97=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA061 is #355F9E. Grayscale: #A5A5A5. Windows color (decimal): -3497887 or 6398154. OLE color: 6398154.

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

Color convert

RGB20216097-
CMYK00.210.520.21
HSL36º49.76%58.63%-
HSV(B)36º51.98%79.22%-
XYZ39.0938.5616.69-
YUV165.3889.41154.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 160 (62.89% from 255) = 34.86%
BLUE value IS 97 (38.28% from 255) = 21.13%
R=44.01%
G=34.86%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021609700.210.520.213649.7658.63
HexCAA061015341524323b
Octal3122401410256425446273
Binary1100101010100000110000101010111010010101100100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA061; }

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

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

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

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

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

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

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

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