#CCA55E

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

Shades of Apache #CCA55E

Tints of Apache #CCA55E

Color information

#CCA55E (or 0xCCA55E) is unknown color: approx Apache. HEX triplet: CC, A5 and 5E. RGB value is (204,165,94). Sum of RGB (Red+Green+Blue) = 204+165+94=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA55E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA55E is #335AA1. Grayscale: #A8A8A8. Windows color (decimal): -3365538 or 6202828. OLE color: 6202828.

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

Color convert

RGB20416594-
CMYK00.190.540.2
HSL38.73º51.89%58.43%-
HSV(B)38.73º53.92%80%-
XYZ40.3840.5616.29-
YUV168.5785.92153.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.06%
GREEN value IS 165 (64.84% from 255) = 35.64%
BLUE value IS 94 (37.11% from 255) = 20.30%
R=44.06%
G=35.64%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041659400.190.540.238.7351.8958.43
HexCCA55E013361427343a
Octal3142451360236624476472
Binary1100110010100101101111001001111011010100100111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA55E; }

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

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

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

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

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

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

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

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