#A89DAA

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

Shades of Chatelle #A89DAA

Tints of Chatelle #A89DAA

Color information

#A89DAA (or 0xA89DAA) is unknown color: approx Chatelle. HEX triplet: A8, 9D and AA. RGB value is (168,157,170). Sum of RGB (Red+Green+Blue) = 168+157+170=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 170 - color contains mainly: blue. Hex color #A89DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89DAA is #576255. Grayscale: #A1A1A1. Windows color (decimal): -5726806 or 11181480. OLE color: 11181480.

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

Color convert

RGB168157170-
CMYK0.010.0800.33
HSL290.77º7.1%64.12%-
HSV(B)290.77º7.65%66.67%-
XYZ35.4635.3442.98-
YUV161.77132.64132.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.94%
GREEN value IS 157 (61.72% from 255) = 31.72%
BLUE value IS 170 (66.80% from 255) = 34.34%
R=33.94%
G=31.72%
B=34.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681571700.010.0800.33290.777.164.12
HexA89DAA18021123740
Octal2502352521100414437100
Binary1010100010011101101010101100001000011001000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89DAA; }

 p { color: rgb(168,157,170); }

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

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

 a { background-color: rgb(168,157,170); }

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

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

 span { border-color: rgb(168,157,170); }

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