#CCA162

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

Shades of Apache #CCA162

Tints of Apache #CCA162

Color information

#CCA162 (or 0xCCA162) is unknown color: approx Apache. HEX triplet: CC, A1 and 62. RGB value is (204,161,98). Sum of RGB (Red+Green+Blue) = 204+161+98=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA162 is #335E9D. Grayscale: #A6A6A6. Windows color (decimal): -3366558 or 6463948. OLE color: 6463948.

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

Color convert

RGB20416198-
CMYK00.210.520.2
HSL35.66º50.96%59.22%-
HSV(B)35.66º51.96%80%-
XYZ39.8539.2117.02-
YUV166.6889.25154.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.06%
GREEN value IS 161 (63.28% from 255) = 34.77%
BLUE value IS 98 (38.67% from 255) = 21.17%
R=44.06%
G=34.77%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041619800.210.520.235.6650.9659.22
HexCCA162015341424333b
Octal3142411420256424446373
Binary1100110010100001110001001010111010010100100100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA162; }

 p { color: rgb(204,161,98); }

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

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

 a { background-color: rgb(204,161,98); }

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

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

 span { border-color: rgb(204,161,98); }

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