Html Css Color HEX #AEA4B2 Chatelle

📋 copy color: '#AEA4B2'

red 174 ◦ green 164 ◦ blue 178

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

Shades of Chatelle #AEA4B2

Tints of Chatelle #AEA4B2

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.78%

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

R = 33.72%
G = 31.78%
B = 34.5%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AEA4B2 (or 0xAEA4B2) is known color: Chatelle. HEX triplet: AE, A4 and B2. RGB value is (174,164,178). Sum of RGB (Red+Green+Blue) = 174+164+178=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 178 - color contains mainly: blue. Hex color #AEA4B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA4B2 is #515B4D. Grayscale: #A8A8A8. Windows color (decimal): -5331790 or 11707566. OLE color: 11707566.

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

Color convert

RGB 174 164 178 -
CMYK 0.02 0.08 0 0.30
HSL 282.86º 0.08% 0.67% -
HSV(B) 282.86º 0.08% 0.7% -
XYZ 38.77 38.76 47.56 -
YUV 168.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 174 164 178 0.02 0.08 0 0.30 282.86 0.08 0.67
Hex AE A4 B2 2 8 0 1E 11B 8 43
Octal 256 244 262 2 10 0 36 433 10 103
Binary 10101110 10100100 10110010 10 1000 0 11110 100011011 1000 1000011

Color Harmonies of #AEA4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA4B2

Black with #AEA4B2

Text Example


Text Example

White with #AEA4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA4B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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