Html Css Color HEX #A99CB0 Chatelle

📋 copy color: '#A99CB0'

red 169 ◦ green 156 ◦ blue 176

#A99CB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chatelle #A99CB0

Tints of Chatelle #A99CB0

RGB

 RED value IS 169 (66.41% from 255) = 33.73%

 GREEN value IS 156 (61.33% from 255) = 31.14%

 BLUE value IS 176 (69.14% from 255) = 35.13%

R = 33.73%
G = 31.14%
B = 35.13%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A99CB0 (or 0xA99CB0) is known color: Chatelle. HEX triplet: A9, 9C and B0. RGB value is (169,156,176). Sum of RGB (Red+Green+Blue) = 169+156+176=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 176 - color contains mainly: blue. Hex color #A99CB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99CB0 is #56634F. Grayscale: #A2A2A2. Windows color (decimal): -5661520 or 11574441. OLE color: 11574441.

HSL color Cylindrical-coordinate representation of color #A99CB0: hue angle of 279º 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 #A99CB0 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 156 176 -
CMYK 0.04 0.11 0 0.31
HSL 279º 0.11% 0.65% -
HSV(B) 279º 0.11% 0.69% -
XYZ 36.09 35.35 45.99 -
YUV 162.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 169 156 176 0.04 0.11 0 0.31 279 0.11 0.65
Hex A9 9C B0 4 B 0 1F 117 B 41
Octal 251 234 260 4 13 0 37 427 13 101
Binary 10101001 10011100 10110000 100 1011 0 11111 100010111 1011 1000001

Color Harmonies of #A99CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99CB0

Black with #A99CB0

Text Example


Text Example

White with #A99CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99CB0; }

 p { color: rgb(169,156,176); }

 H1.HeaderClassName
 {
   color: #A99CB0;
 }
 .AnyTagClassName
 {
   color: #A99CB0;
 }
</style>

background-color css

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

 a { background-color: rgb(169,156,176); }

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

border-color css

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

 span { border-color: rgb(169,156,176); }

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