#CA9F53

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

Shades of Apache #CA9F53

Tints of Apache #CA9F53

Color information

#CA9F53 (or 0xCA9F53) is unknown color: approx Apache. HEX triplet: CA, 9F and 53. RGB value is (202,159,83). Sum of RGB (Red+Green+Blue) = 202+159+83=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 83 (32.81% from 255 or 18.69% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F53 is #3560AC. Grayscale: #A3A3A3. Windows color (decimal): -3498157 or 5480394. OLE color: 5480394.

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

Color convert

RGB20215983-
CMYK00.210.590.21
HSL38.32º52.89%55.88%-
HSV(B)38.32º58.91%79.22%-
XYZ38.3237.9813.49-
YUV163.1982.75155.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 159 (62.5% from 255) = 35.81%
BLUE value IS 83 (32.81% from 255) = 18.69%
R=45.50%
G=35.81%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021598300.210.590.2138.3252.8955.88
HexCA9F530153B15263538
Octal3122371230257325466570
Binary1100101010011111101001101010111101110101100110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9F53; }

 p { color: rgb(202,159,83); }

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

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

 a { background-color: rgb(202,159,83); }

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

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

 span { border-color: rgb(202,159,83); }

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