#CEAA53

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

Shades of Apache #CEAA53

Tints of Apache #CEAA53

Color information

#CEAA53 (or 0xCEAA53) is unknown color: approx Apache. HEX triplet: CE, AA and 53. RGB value is (206,170,83). Sum of RGB (Red+Green+Blue) = 206+170+83=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 83 (32.81% from 255 or 18.08% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA53 is #3155AC. Grayscale: #ABABAB. Windows color (decimal): -3233197 or 5483214. OLE color: 5483214.

HSL color Cylindrical-coordinate representation of color #CEAA53: hue angle of 42.44º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEAA53 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB20617083-
CMYK00.170.600.19
HSL42.44º55.66%56.67%-
HSV(B)42.44º59.71%80.78%-
XYZ41.3942.514.2-
YUV170.8578.43153.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.88%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 83 (32.81% from 255) = 18.08%
R=44.88%
G=37.04%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061708300.170.600.1942.4455.6656.67
HexCEAA530113C132a3839
Octal3162521230217423527071
Binary1100111010101010101001101000111110010011101010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAA53; }

 p { color: rgb(206,170,83); }

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

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

 a { background-color: rgb(206,170,83); }

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

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

 span { border-color: rgb(206,170,83); }

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