#CCA75A

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

Shades of Apache #CCA75A

Tints of Apache #CCA75A

Color information

#CCA75A (or 0xCCA75A) is unknown color: approx Apache. HEX triplet: CC, A7 and 5A. RGB value is (204,167,90). Sum of RGB (Red+Green+Blue) = 204+167+90=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA75A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA75A is #3358A5. Grayscale: #A9A9A9. Windows color (decimal): -3365030 or 5941196. OLE color: 5941196.

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

Color convert

RGB20416790-
CMYK00.180.560.2
HSL40.53º52.78%57.65%-
HSV(B)40.53º55.88%80%-
XYZ40.5741.2115.49-
YUV169.2883.26152.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.25%
GREEN value IS 167 (65.62% from 255) = 36.23%
BLUE value IS 90 (35.55% from 255) = 19.52%
R=44.25%
G=36.23%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041679000.180.560.240.5352.7857.65
HexCCA75A012381429353a
Octal3142471320227024516572
Binary1100110010100111101101001001011100010100101001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA75A; }

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

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

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

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

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

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

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

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