Html Css Color HEX #AE9DB2 Chatelle

📋 copy color: '#AE9DB2'

red 174 ◦ green 157 ◦ blue 178

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

Shades of Chatelle #AE9DB2

Tints of Chatelle #AE9DB2

RGB

 RED value IS 174 (68.36% from 255) = 34.18%

 GREEN value IS 157 (61.72% from 255) = 30.84%

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

R = 34.18%
G = 30.84%
B = 34.97%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AE9DB2 (or 0xAE9DB2) is known color: Chatelle. HEX triplet: AE, 9D and B2. RGB value is (174,157,178). Sum of RGB (Red+Green+Blue) = 174+157+178=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 178 - color contains mainly: blue. Hex color #AE9DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9DB2 is #51624D. Grayscale: #A4A4A4. Windows color (decimal): -5333582 or 11705774. OLE color: 11705774.

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

Color convert

RGB 174 157 178 -
CMYK 0.02 0.12 0 0.30
HSL 288.57º 0.12% 0.66% -
HSV(B) 288.57º 0.12% 0.7% -
XYZ 37.55 36.33 47.15 -
YUV 164.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 174 157 178 0.02 0.12 0 0.30 288.57 0.12 0.66
Hex AE 9D B2 2 C 0 1E 121 C 42
Octal 256 235 262 2 14 0 36 441 14 102
Binary 10101110 10011101 10110010 10 1100 0 11110 100100001 1100 1000010

Color Harmonies of #AE9DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9DB2

Black with #AE9DB2

Text Example


Text Example

White with #AE9DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9DB2; }

 p { color: rgb(174,157,178); }

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

background-color css

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

 a { background-color: rgb(174,157,178); }

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

border-color css

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

 span { border-color: rgb(174,157,178); }

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