Html Css Color HEX #AD99B2 Chatelle

📋 copy color: '#AD99B2'

red 173 ◦ green 153 ◦ blue 178

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

Shades of Chatelle #AD99B2

Tints of Chatelle #AD99B2

RGB

 RED value IS 173 (67.97% from 255) = 34.33%

 GREEN value IS 153 (60.16% from 255) = 30.36%

 BLUE value IS 178 (69.92% from 255) = 35.32%

R = 34.33%
G = 30.36%
B = 35.32%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD99B2 (or 0xAD99B2) is known color: Chatelle. HEX triplet: AD, 99 and B2. RGB value is (173,153,178). Sum of RGB (Red+Green+Blue) = 173+153+178=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD99B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD99B2 is #52664D. Grayscale: #A1A1A1. Windows color (decimal): -5400142 or 11704749. OLE color: 11704749.

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

Color convert

RGB 173 153 178 -
CMYK 0.03 0.14 0 0.30
HSL 288º 0.14% 0.65% -
HSV(B) 288º 0.14% 0.7% -
XYZ 36.66 34.88 46.92 -
YUV 161.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 173 153 178 0.03 0.14 0 0.30 288 0.14 0.65
Hex AD 99 B2 3 E 0 1E 120 E 41
Octal 255 231 262 3 16 0 36 440 16 101
Binary 10101101 10011001 10110010 11 1110 0 11110 100100000 1110 1000001

Color Harmonies of #AD99B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99B2

Black with #AD99B2

Text Example


Text Example

White with #AD99B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99B2; }

 p { color: rgb(173,153,178); }

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

background-color css

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

 a { background-color: rgb(173,153,178); }

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

border-color css

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

 span { border-color: rgb(173,153,178); }

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