Html Css Color HEX #ADB0AE Loblolly

📋 copy color: '#ADB0AE'

red 173 ◦ green 176 ◦ blue 174

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

Shades of Loblolly #ADB0AE

Tints of Loblolly #ADB0AE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.65%

 BLUE value IS 174 (68.36% from 255) = 33.27%

R = 33.08%
G = 33.65%
B = 33.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#ADB0AE (or 0xADB0AE) is known color: Loblolly. HEX triplet: AD, B0 and AE. RGB value is (173,176,174). Sum of RGB (Red+Green+Blue) = 173+176+174=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB0AE is #524F51. Grayscale: #AEAEAE. Windows color (decimal): -5394258 or 11448493. OLE color: 11448493.

HSL color Cylindrical-coordinate representation of color #ADB0AE: hue angle of 140º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ADB0AE is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 174 -
CMYK 0.02 0 0.01 0.31
HSL 140º 0.02% 0.68% -
HSV(B) 140º 0.02% 0.69% -
XYZ 40.4 42.99 46.21 -
YUV 174.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 173 176 174 0.02 0 0.01 0.31 140 0.02 0.68
Hex AD B0 AE 2 0 1 1F 8C 2 44
Octal 255 260 256 2 0 1 37 214 2 104
Binary 10101101 10110000 10101110 10 0 1 11111 10001100 10 1000100

Color Harmonies of #ADB0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB0AE

Black with #ADB0AE

Text Example


Text Example

White with #ADB0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB0AE; }

 p { color: rgb(173,176,174); }

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

background-color css

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

 a { background-color: rgb(173,176,174); }

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

border-color css

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

 span { border-color: rgb(173,176,174); }

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