Html Css Color HEX #AAB2B3 Casper

📋 copy color: '#AAB2B3'

red 170 ◦ green 178 ◦ blue 179

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

Shades of Casper #AAB2B3

Tints of Casper #AAB2B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.97%

R = 32.26%
G = 33.78%
B = 33.97%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AAB2B3 (or 0xAAB2B3) is known color: Casper. HEX triplet: AA, B2 and B3. RGB value is (170,178,179). Sum of RGB (Red+Green+Blue) = 170+178+179=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 179 - color contains mainly: blue. Hex color #AAB2B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2B3 is #554D4C. Grayscale: #AFAFAF. Windows color (decimal): -5590349 or 11776682. OLE color: 11776682.

HSL color Cylindrical-coordinate representation of color #AAB2B3: hue angle of 186.67º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AAB2B3 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 179 -
CMYK 0.05 0.01 0 0.30
HSL 186.67º 0.06% 0.68% -
HSV(B) 186.67º 0.05% 0.7% -
XYZ 40.63 43.64 48.93 -
YUV 175.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 170 178 179 0.05 0.01 0 0.30 186.67 0.06 0.68
Hex AA B2 B3 5 1 0 1E BB 6 44
Octal 252 262 263 5 1 0 36 273 6 104
Binary 10101010 10110010 10110011 101 1 0 11110 10111011 110 1000100

Color Harmonies of #AAB2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB2B3

Black with #AAB2B3

Text Example


Text Example

White with #AAB2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB2B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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