Html Css Color HEX #AAB2B4 Casper

📋 copy color: '#AAB2B4'

red 170 ◦ green 178 ◦ blue 180

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

Shades of Casper #AAB2B4

Tints of Casper #AAB2B4

RGB

 RED value IS 170 (66.8% from 255) = 32.2%

 GREEN value IS 178 (69.92% from 255) = 33.71%

 BLUE value IS 180 (70.7% from 255) = 34.09%

R = 32.2%
G = 33.71%
B = 34.09%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AAB2B4 (or 0xAAB2B4) is known color: Casper. HEX triplet: AA, B2 and B4. RGB value is (170,178,180). Sum of RGB (Red+Green+Blue) = 170+178+180=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 180 - color contains mainly: blue. Hex color #AAB2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2B4 is #554D4B. Grayscale: #AFAFAF. Windows color (decimal): -5590348 or 11842218. OLE color: 11842218.

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

Color convert

RGB 170 178 180 -
CMYK 0.06 0.01 0 0.29
HSL 192º 0.06% 0.69% -
HSV(B) 192º 0.06% 0.71% -
XYZ 40.74 43.68 49.46 -
YUV 175.84 130.35 123.84 -
System Red Green Blue C M Y K H S L
Decimal 170 178 180 0.06 0.01 0 0.29 192 0.06 0.69
Hex AA B2 B4 6 1 0 1D C0 6 45
Octal 252 262 264 6 1 0 35 300 6 105
Binary 10101010 10110010 10110100 110 1 0 11101 11000000 110 1000101

Color Harmonies of #AAB2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB2B4

Black with #AAB2B4

Text Example


Text Example

White with #AAB2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB2B4; }

 p { color: rgb(170,178,180); }

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

background-color css

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

 a { background-color: rgb(170,178,180); }

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

border-color css

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

 span { border-color: rgb(170,178,180); }

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