Html Css Color HEX #AAB2B5 Casper

📋 copy color: '#AAB2B5'

red 170 ◦ green 178 ◦ blue 181

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

Shades of Casper #AAB2B5

Tints of Casper #AAB2B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.22%

R = 32.14%
G = 33.65%
B = 34.22%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AAB2B5 (or 0xAAB2B5) is known color: Casper. HEX triplet: AA, B2 and B5. RGB value is (170,178,181). Sum of RGB (Red+Green+Blue) = 170+178+181=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 181 - color contains mainly: blue. Hex color #AAB2B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2B5 is #554D4A. Grayscale: #AFAFAF. Windows color (decimal): -5590347 or 11907754. OLE color: 11907754.

HSL color Cylindrical-coordinate representation of color #AAB2B5: hue angle of 196.36º degrees, saturation: 0.07, 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 #AAB2B5 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 178 181 -
CMYK 0.06 0.02 0 0.29
HSL 196.36º 0.07% 0.69% -
HSV(B) 196.36º 0.06% 0.71% -
XYZ 40.84 43.72 50 -
YUV 175.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 170 178 181 0.06 0.02 0 0.29 196.36 0.07 0.69
Hex AA B2 B5 6 2 0 1D C4 7 45
Octal 252 262 265 6 2 0 35 304 7 105
Binary 10101010 10110010 10110101 110 10 0 11101 11000100 111 1000101

Color Harmonies of #AAB2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB2B5

Black with #AAB2B5

Text Example


Text Example

White with #AAB2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB2B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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