#CA9F54

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

Shades of Apache #CA9F54

Tints of Apache #CA9F54

Color information

#CA9F54 (or 0xCA9F54) is unknown color: approx Apache. HEX triplet: CA, 9F and 54. RGB value is (202,159,84). Sum of RGB (Red+Green+Blue) = 202+159+84=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 84 (33.20% from 255 or 18.88% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F54 is #3560AB. Grayscale: #A3A3A3. Windows color (decimal): -3498156 or 5545930. OLE color: 5545930.

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

Color convert

RGB20215984-
CMYK00.210.580.21
HSL38.14º52.68%56.08%-
HSV(B)38.14º58.42%79.22%-
XYZ38.3637.9913.7-
YUV163.3183.25155.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.39%
GREEN value IS 159 (62.5% from 255) = 35.73%
BLUE value IS 84 (33.20% from 255) = 18.88%
R=45.39%
G=35.73%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021598400.210.580.2138.1452.6856.08
HexCA9F540153A15263538
Octal3122371240257225466570
Binary1100101010011111101010001010111101010101100110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9F54; }

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

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

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

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

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

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

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

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