#A99BAF

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

Shades of Chatelle #A99BAF

Tints of Chatelle #A99BAF

Color information

#A99BAF (or 0xA99BAF) is unknown color: approx Chatelle. HEX triplet: A9, 9B and AF. RGB value is (169,155,175). Sum of RGB (Red+Green+Blue) = 169+155+175=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 175 - color contains mainly: blue. Hex color #A99BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99BAF is #566450. Grayscale: #A1A1A1. Windows color (decimal): -5661777 or 11508649. OLE color: 11508649.

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

Color convert

RGB169155175-
CMYK0.030.1100.31
HSL282º11.11%64.71%-
HSV(B)282º11.43%68.63%-
XYZ35.8234.9745.42-
YUV161.47135.64133.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.87%
GREEN value IS 155 (60.94% from 255) = 31.06%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=33.87%
G=31.06%
B=35.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691551750.030.1100.3128211.1164.71
HexA99BAF3B01F11ab41
Octal25123325731303743213101
Binary10101001100110111010111111101101111110001101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99BAF; }

 p { color: rgb(169,155,175); }

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

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

 a { background-color: rgb(169,155,175); }

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

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

 span { border-color: rgb(169,155,175); }

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