#CEAA54

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

Shades of Apache #CEAA54

Tints of Apache #CEAA54

Color information

#CEAA54 (or 0xCEAA54) is unknown color: approx Apache. HEX triplet: CE, AA and 54. RGB value is (206,170,84). Sum of RGB (Red+Green+Blue) = 206+170+84=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA54 is #3155AB. Grayscale: #ABABAB. Windows color (decimal): -3233196 or 5548750. OLE color: 5548750.

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

Color convert

RGB20617084-
CMYK00.170.590.19
HSL42.3º55.45%56.86%-
HSV(B)42.3º59.22%80.78%-
XYZ41.4342.5114.41-
YUV170.9678.93152.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.78%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 84 (33.20% from 255) = 18.26%
R=44.78%
G=36.96%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061708400.170.590.1942.355.4556.86
HexCEAA540113B132a3739
Octal3162521240217323526771
Binary1100111010101010101010001000111101110011101010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAA54; }

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

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

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

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

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

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

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

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