#CCA35A

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

Shades of Apache #CCA35A

Tints of Apache #CCA35A

Color information

#CCA35A (or 0xCCA35A) is unknown color: approx Apache. HEX triplet: CC, A3 and 5A. RGB value is (204,163,90). Sum of RGB (Red+Green+Blue) = 204+163+90=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA35A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA35A is #335CA5. Grayscale: #A7A7A7. Windows color (decimal): -3366054 or 5940172. OLE color: 5940172.

HSL color Cylindrical-coordinate representation of color #CCA35A: hue angle of 38.42º 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 #CCA35A is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB20416390-
CMYK00.200.560.2
HSL38.42º52.78%57.65%-
HSV(B)38.42º55.88%80%-
XYZ39.8439.7715.25-
YUV166.9484.58154.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 163 (64.06% from 255) = 35.67%
BLUE value IS 90 (35.55% from 255) = 19.69%
R=44.64%
G=35.67%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041639000.200.560.238.4252.7857.65
HexCCA35A014381426353a
Octal3142431320247024466572
Binary1100110010100011101101001010011100010100100110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA35A; }

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

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

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

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

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

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

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

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