#CCA159

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

Shades of Apache #CCA159

Tints of Apache #CCA159

Color information

#CCA159 (or 0xCCA159) is unknown color: approx Apache. HEX triplet: CC, A1 and 59. RGB value is (204,161,89). Sum of RGB (Red+Green+Blue) = 204+161+89=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA159 is #335EA6. Grayscale: #A5A5A5. Windows color (decimal): -3366567 or 5874124. OLE color: 5874124.

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

Color convert

RGB20416189-
CMYK00.210.560.2
HSL37.57º53%57.45%-
HSV(B)37.57º56.37%80%-
XYZ39.4539.0514.91-
YUV165.6584.75155.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.93%
GREEN value IS 161 (63.28% from 255) = 35.46%
BLUE value IS 89 (35.16% from 255) = 19.60%
R=44.93%
G=35.46%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041618900.210.560.237.575357.45
HexCCA1590153814263539
Octal3142411310257024466571
Binary1100110010100001101100101010111100010100100110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA159; }

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

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

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

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

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

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

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

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