Html Css Color HEX #ADBAB3 Loblolly

📋 copy color: '#ADBAB3'

red 173 ◦ green 186 ◦ blue 179

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

Shades of Loblolly #ADBAB3

Tints of Loblolly #ADBAB3

RGB

 RED value IS 173 (67.97% from 255) = 32.16%

 GREEN value IS 186 (73.05% from 255) = 34.57%

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

R = 32.16%
G = 34.57%
B = 33.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#ADBAB3 (or 0xADBAB3) is known color: Loblolly. HEX triplet: AD, BA and B3. RGB value is (173,186,179). Sum of RGB (Red+Green+Blue) = 173+186+179=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAB3 is #52454C. Grayscale: #B5B5B5. Windows color (decimal): -5391693 or 11778733. OLE color: 11778733.

HSL color Cylindrical-coordinate representation of color #ADBAB3: hue angle of 147.69º 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 #ADBAB3 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 179 -
CMYK 0.07 0 0.04 0.27
HSL 147.69º 0.09% 0.7% -
HSV(B) 147.69º 0.07% 0.73% -
XYZ 42.93 47.26 49.51 -
YUV 181.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 173 186 179 0.07 0 0.04 0.27 147.69 0.09 0.7
Hex AD BA B3 7 0 4 1B 94 9 46
Octal 255 272 263 7 0 4 33 224 11 106
Binary 10101101 10111010 10110011 111 0 100 11011 10010100 1001 1000110

Color Harmonies of #ADBAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAB3

Black with #ADBAB3

Text Example


Text Example

White with #ADBAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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