Html Css Color HEX #ADBDB3 Loblolly

📋 copy color: '#ADBDB3'

red 173 ◦ green 189 ◦ blue 179

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

Shades of Loblolly #ADBDB3

Tints of Loblolly #ADBDB3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.94%

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

R = 31.98%
G = 34.94%
B = 33.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#ADBDB3 (or 0xADBDB3) is known color: Loblolly. HEX triplet: AD, BD and B3. RGB value is (173,189,179). Sum of RGB (Red+Green+Blue) = 173+189+179=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDB3 is #52424C. Grayscale: #B7B7B7. Windows color (decimal): -5390925 or 11779501. OLE color: 11779501.

HSL color Cylindrical-coordinate representation of color #ADBDB3: hue angle of 142.5º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADBDB3 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 189 179 -
CMYK 0.08 0 0.05 0.26
HSL 142.5º 0.11% 0.71% -
HSV(B) 142.5º 0.08% 0.74% -
XYZ 43.57 48.53 49.72 -
YUV 183.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 173 189 179 0.08 0 0.05 0.26 142.5 0.11 0.71
Hex AD BD B3 8 0 5 1A 8E B 47
Octal 255 275 263 10 0 5 32 216 13 107
Binary 10101101 10111101 10110011 1000 0 101 11010 10001110 1011 1000111

Color Harmonies of #ADBDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDB3

Black with #ADBDB3

Text Example


Text Example

White with #ADBDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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