#A799AA

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

Shades of Chatelle #A799AA

Tints of Chatelle #A799AA

Color information

#A799AA (or 0xA799AA) is unknown color: approx Chatelle. HEX triplet: A7, 99 and AA. RGB value is (167,153,170). Sum of RGB (Red+Green+Blue) = 167+153+170=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 170 - color contains mainly: blue. Hex color #A799AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A799AA is #586655. Grayscale: #9F9F9F. Windows color (decimal): -5793366 or 11180455. OLE color: 11180455.

HSL color Cylindrical-coordinate representation of color #A799AA: hue angle of 289.41º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A799AA is Cyan = 0.02, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167153170-
CMYK0.020.100.33
HSL289.41º9.09%63.33%-
HSV(B)289.41º10%66.67%-
XYZ34.5833.942.75-
YUV159.12134.14133.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.08%
GREEN value IS 153 (60.16% from 255) = 31.22%
BLUE value IS 170 (66.80% from 255) = 34.69%
R=34.08%
G=31.22%
B=34.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671531700.020.100.33289.419.0963.33
HexA799AA2A02112193f
Octal2472312522120414411177
Binary10100111100110011010101010101001000011001000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A799AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A799AA; }

 p { color: rgb(167,153,170); }

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

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

 a { background-color: rgb(167,153,170); }

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

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

 span { border-color: rgb(167,153,170); }

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