#ADBAB2

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

Shades of Loblolly #ADBAB2

Tints of Loblolly #ADBAB2

Color information

#ADBAB2 (or 0xADBAB2) is unknown color: approx Loblolly. HEX triplet: AD, BA and B2. RGB value is (173,186,178). Sum of RGB (Red+Green+Blue) = 173+186+178=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBAB2 is #52454D. Grayscale: #B5B5B5. Windows color (decimal): -5391694 or 11713197. OLE color: 11713197.

HSL color Cylindrical-coordinate representation of color #ADBAB2: hue angle of 143.08º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADBAB2 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB173186178-
CMYK0.0700.040.27
HSL143.08º8.61%70.39%-
HSV(B)143.08º6.99%72.94%-
XYZ42.8347.2248.98-
YUV181.2126.19122.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.22%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 178 (69.92% from 255) = 33.15%
R=32.22%
G=34.64%
B=33.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861780.0700.040.27143.088.6170.39
HexADBAB27041B8f946
Octal2552722627043321711106
Binary1010110110111010101100101110100110111000111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAB2; }

 p { color: rgb(173,186,178); }

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

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

 a { background-color: rgb(173,186,178); }

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

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

 span { border-color: rgb(173,186,178); }

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