Html Css Color HEX #AAB4B2 Conch

📋 copy color: '#AAB4B2'

red 170 ◦ green 180 ◦ blue 178

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

Shades of Conch #AAB4B2

Tints of Conch #AAB4B2

RGB

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

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

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

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

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#AAB4B2 (or 0xAAB4B2) is known color: Conch. HEX triplet: AA, B4 and B2. RGB value is (170,180,178). Sum of RGB (Red+Green+Blue) = 170+180+178=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB4B2 is #554B4D. Grayscale: #B0B0B0. Windows color (decimal): -5589838 or 11711658. OLE color: 11711658.

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

Color convert

RGB 170 180 178 -
CMYK 0.06 0 0.01 0.29
HSL 168º 0.06% 0.69% -
HSV(B) 168º 0.06% 0.71% -
XYZ 40.93 44.4 48.53 -
YUV 176.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 170 180 178 0.06 0 0.01 0.29 168 0.06 0.69
Hex AA B4 B2 6 0 1 1D A8 6 45
Octal 252 264 262 6 0 1 35 250 6 105
Binary 10101010 10110100 10110010 110 0 1 11101 10101000 110 1000101

Color Harmonies of #AAB4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB4B2

Black with #AAB4B2

Text Example


Text Example

White with #AAB4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB4B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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