Html Css Color HEX #AEB6C0 Heather

📋 copy color: '#AEB6C0'

red 174 ◦ green 182 ◦ blue 192

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

Shades of Heather #AEB6C0

Tints of Heather #AEB6C0

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.21%

 BLUE value IS 192 (75.39% from 255) = 35.04%

R = 31.75%
G = 33.21%
B = 35.04%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AEB6C0 (or 0xAEB6C0) is known color: Heather. HEX triplet: AE, B6 and C0. RGB value is (174,182,192). Sum of RGB (Red+Green+Blue) = 174+182+192=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 192 - color contains mainly: blue. Hex color #AEB6C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB6C0 is #51493F. Grayscale: #B4B4B4. Windows color (decimal): -5327168 or 12629678. OLE color: 12629678.

HSL color Cylindrical-coordinate representation of color #AEB6C0: hue angle of 213.33º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEB6C0 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 182 192 -
CMYK 0.09 0.05 0 0.25
HSL 213.33º 0.13% 0.72% -
HSV(B) 213.33º 0.09% 0.75% -
XYZ 43.7 46.26 56.5 -
YUV 180.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 174 182 192 0.09 0.05 0 0.25 213.33 0.13 0.72
Hex AE B6 C0 9 5 0 19 D5 C 48
Octal 256 266 300 11 5 0 31 325 14 110
Binary 10101110 10110110 11000000 1001 101 0 11001 11010101 1100 1001000

Color Harmonies of #AEB6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB6C0

Black with #AEB6C0

Text Example


Text Example

White with #AEB6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB6C0; }

 p { color: rgb(174,182,192); }

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

background-color css

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

 a { background-color: rgb(174,182,192); }

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

border-color css

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

 span { border-color: rgb(174,182,192); }

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