#A69EAC

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

Shades of Chatelle #A69EAC

Tints of Chatelle #A69EAC

Color information

#A69EAC (or 0xA69EAC) is unknown color: approx Chatelle. HEX triplet: A6, 9E and AC. RGB value is (166,158,172). Sum of RGB (Red+Green+Blue) = 166+158+172=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 172 - color contains mainly: blue. Hex color #A69EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69EAC is #596153. Grayscale: #A1A1A1. Windows color (decimal): -5857620 or 11312806. OLE color: 11312806.

HSL color Cylindrical-coordinate representation of color #A69EAC: hue angle of 274.29º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A69EAC is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166158172-
CMYK0.030.0800.33
HSL274.29º7.78%64.71%-
HSV(B)274.29º8.14%67.45%-
XYZ35.435.5444.02-
YUV161.99133.65130.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.47%
GREEN value IS 158 (62.11% from 255) = 31.85%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=33.47%
G=31.85%
B=34.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661581720.030.0800.33274.297.7864.71
HexA69EAC38021112841
Octal24623625431004142210101
Binary101001101001111010101100111000010000110001001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69EAC; }

 p { color: rgb(166,158,172); }

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

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

 a { background-color: rgb(166,158,172); }

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

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

 span { border-color: rgb(166,158,172); }

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