Html Css Color HEX #AAB2B6 Casper

📋 copy color: '#AAB2B6'

red 170 ◦ green 178 ◦ blue 182

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

Shades of Casper #AAB2B6

Tints of Casper #AAB2B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.34%

R = 32.08%
G = 33.58%
B = 34.34%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AAB2B6 (or 0xAAB2B6) is known color: Casper. HEX triplet: AA, B2 and B6. RGB value is (170,178,182). Sum of RGB (Red+Green+Blue) = 170+178+182=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 182 - color contains mainly: blue. Hex color #AAB2B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2B6 is #554D49. Grayscale: #B0B0B0. Windows color (decimal): -5590346 or 11973290. OLE color: 11973290.

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

Color convert

RGB 170 178 182 -
CMYK 0.07 0.02 0 0.29
HSL 200º 0.08% 0.69% -
HSV(B) 200º 0.07% 0.71% -
XYZ 40.94 43.76 50.55 -
YUV 176.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 170 178 182 0.07 0.02 0 0.29 200 0.08 0.69
Hex AA B2 B6 7 2 0 1D C8 8 45
Octal 252 262 266 7 2 0 35 310 10 105
Binary 10101010 10110010 10110110 111 10 0 11101 11001000 1000 1000101

Color Harmonies of #AAB2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB2B6

Black with #AAB2B6

Text Example


Text Example

White with #AAB2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB2B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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