Html Css Color HEX #AEABB0 Chatelle

📋 copy color: '#AEABB0'

red 174 ◦ green 171 ◦ blue 176

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

Shades of Chatelle #AEABB0

Tints of Chatelle #AEABB0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.82%

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

R = 33.4%
G = 32.82%
B = 33.78%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AEABB0 (or 0xAEABB0) is known color: Chatelle. HEX triplet: AE, AB and B0. RGB value is (174,171,176). Sum of RGB (Red+Green+Blue) = 174+171+176=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 176 - color contains mainly: blue. Hex color #AEABB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEABB0 is #51544F. Grayscale: #ACACAC. Windows color (decimal): -5330000 or 11578286. OLE color: 11578286.

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

Color convert

RGB 174 171 176 -
CMYK 0.01 0.03 0 0.31
HSL 276º 0.03% 0.68% -
HSV(B) 276º 0.03% 0.69% -
XYZ 39.85 41.26 46.94 -
YUV 172.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 174 171 176 0.01 0.03 0 0.31 276 0.03 0.68
Hex AE AB B0 1 3 0 1F 114 3 44
Octal 256 253 260 1 3 0 37 424 3 104
Binary 10101110 10101011 10110000 1 11 0 11111 100010100 11 1000100

Color Harmonies of #AEABB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEABB0

Black with #AEABB0

Text Example


Text Example

White with #AEABB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEABB0; }

 p { color: rgb(174,171,176); }

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

background-color css

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

 a { background-color: rgb(174,171,176); }

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

border-color css

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

 span { border-color: rgb(174,171,176); }

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