#AABDB2

Color #AABDB2 Loblolly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loblolly #AABDB2

Tints of Loblolly #AABDB2

Color information

#AABDB2 (or 0xAABDB2) is unknown color: approx Loblolly. HEX triplet: AA, BD and B2. RGB value is (170,189,178). Sum of RGB (Red+Green+Blue) = 170+189+178=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABDB2 is #55424D. Grayscale: #B6B6B6. Windows color (decimal): -5587534 or 11713962. OLE color: 11713962.

HSL color Cylindrical-coordinate representation of color #AABDB2: hue angle of 145.26º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AABDB2 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB170189178-
CMYK0.1000.060.26
HSL145.26º12.58%70.39%-
HSV(B)145.26º10.05%74.12%-
XYZ42.8148.1649.16-
YUV182.06125.71119.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 189 (74.22% from 255) = 35.20%
BLUE value IS 178 (69.92% from 255) = 33.15%
R=31.66%
G=35.20%
B=33.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701891780.1000.060.26145.2612.5870.39
HexAABDB2A061A91d46
Octal25227526212063222115106
Binary10101010101111011011001010100110110101001000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDB2; }

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

 H1.HeaderClassName
 {
   color: #AABDB2;
 }
 .AnyTagClassName
 {
   color: #AABDB2;
 }
</style>
background-color css

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

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

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

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

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

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