Html Css Color HEX #AAB4B3 Conch

📋 copy color: '#AAB4B3'

red 170 ◦ green 180 ◦ blue 179

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

Shades of Conch #AAB4B3

Tints of Conch #AAB4B3

RGB

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

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

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

R = 32.14%
G = 34.03%
B = 33.84%

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

#AAB4B3 (or 0xAAB4B3) is known color: Conch. HEX triplet: AA, B4 and B3. RGB value is (170,180,179). Sum of RGB (Red+Green+Blue) = 170+180+179=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4B3 is #554B4C. Grayscale: #B0B0B0. Windows color (decimal): -5589837 or 11777194. OLE color: 11777194.

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

Color convert

RGB 170 180 179 -
CMYK 0.06 0 0.01 0.29
HSL 174º 0.06% 0.69% -
HSV(B) 174º 0.06% 0.71% -
XYZ 41.04 44.44 49.06 -
YUV 176.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 170 180 179 0.06 0 0.01 0.29 174 0.06 0.69
Hex AA B4 B3 6 0 1 1D AE 6 45
Octal 252 264 263 6 0 1 35 256 6 105
Binary 10101010 10110100 10110011 110 0 1 11101 10101110 110 1000101

Color Harmonies of #AAB4B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB4B3

Black with #AAB4B3

Text Example


Text Example

White with #AAB4B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB4B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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