#CEAE5B

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

Shades of Apache #CEAE5B

Tints of Apache #CEAE5B

Color information

#CEAE5B (or 0xCEAE5B) is unknown color: approx Apache. HEX triplet: CE, AE and 5B. RGB value is (206,174,91). Sum of RGB (Red+Green+Blue) = 206+174+91=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAE5B is #3151A4. Grayscale: #AEAEAE. Windows color (decimal): -3232165 or 6008526. OLE color: 6008526.

HSL color Cylindrical-coordinate representation of color #CEAE5B: hue angle of 43.3º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEAE5B is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB20617491-
CMYK00.160.560.19
HSL43.3º53.99%58.24%-
HSV(B)43.3º55.83%80.78%-
XYZ42.4844.1516.18-
YUV174.1181.1150.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.74%
GREEN value IS 174 (68.36% from 255) = 36.94%
BLUE value IS 91 (35.94% from 255) = 19.32%
R=43.74%
G=36.94%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061749100.160.560.1943.353.9958.24
HexCEAE5B01038132b363a
Octal3162561330207023536672
Binary1100111010101110101101101000011100010011101011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAE5B; }

 p { color: rgb(206,174,91); }

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

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

 a { background-color: rgb(206,174,91); }

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

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

 span { border-color: rgb(206,174,91); }

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