#CCA55A

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

Shades of Apache #CCA55A

Tints of Apache #CCA55A

Color information

#CCA55A (or 0xCCA55A) is unknown color: approx Apache. HEX triplet: CC, A5 and 5A. RGB value is (204,165,90). Sum of RGB (Red+Green+Blue) = 204+165+90=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA55A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA55A is #335AA5. Grayscale: #A8A8A8. Windows color (decimal): -3365542 or 5940684. OLE color: 5940684.

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

Color convert

RGB20416590-
CMYK00.190.560.2
HSL39.47º52.78%57.65%-
HSV(B)39.47º55.88%80%-
XYZ40.240.4915.37-
YUV168.1183.92153.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 165 (64.84% from 255) = 35.95%
BLUE value IS 90 (35.55% from 255) = 19.61%
R=44.44%
G=35.95%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041659000.190.560.239.4752.7857.65
HexCCA55A013381427353a
Octal3142451320237024476572
Binary1100110010100101101101001001111100010100100111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA55A; }

 p { color: rgb(204,165,90); }

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

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

 a { background-color: rgb(204,165,90); }

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

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

 span { border-color: rgb(204,165,90); }

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