#AABCB3

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

Shades of Loblolly #AABCB3

Tints of Loblolly #AABCB3

Color information

#AABCB3 (or 0xAABCB3) is unknown color: approx Loblolly. HEX triplet: AA, BC and B3. RGB value is (170,188,179). Sum of RGB (Red+Green+Blue) = 170+188+179=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCB3 is #55434C. Grayscale: #B5B5B5. Windows color (decimal): -5587789 or 11779242. OLE color: 11779242.

HSL color Cylindrical-coordinate representation of color #AABCB3: hue angle of 150º degrees, saturation: 0.12, 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 #AABCB3 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB170188179-
CMYK0.1000.050.26
HSL150º11.84%70.2%-
HSV(B)150º9.57%73.73%-
XYZ42.747.7749.62-
YUV181.59126.54119.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 188 (73.83% from 255) = 35.01%
BLUE value IS 179 (70.31% from 255) = 33.33%
R=31.66%
G=35.01%
B=33.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701881790.1000.050.2615011.8470.2
HexAABCB3A051A96c46
Octal25227426312053222614106
Binary10101010101111001011001110100101110101001011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCB3; }

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

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

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

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

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

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

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

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