Html Css Color HEX #ADB2AF Loblolly

📋 copy color: '#ADB2AF'

red 173 ◦ green 178 ◦ blue 175

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

Shades of Loblolly #ADB2AF

Tints of Loblolly #ADB2AF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.84%

 BLUE value IS 175 (68.75% from 255) = 33.27%

R = 32.89%
G = 33.84%
B = 33.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#ADB2AF (or 0xADB2AF) is known color: Loblolly. HEX triplet: AD, B2 and AF. RGB value is (173,178,175). Sum of RGB (Red+Green+Blue) = 173+178+175=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB2AF is #524D50. Grayscale: #B0B0B0. Windows color (decimal): -5393745 or 11514541. OLE color: 11514541.

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

Color convert

RGB 173 178 175 -
CMYK 0.03 0 0.02 0.30
HSL 144º 0.03% 0.69% -
HSV(B) 144º 0.03% 0.7% -
XYZ 40.89 43.82 46.86 -
YUV 176.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 173 178 175 0.03 0 0.02 0.30 144 0.03 0.69
Hex AD B2 AF 3 0 2 1E 90 3 45
Octal 255 262 257 3 0 2 36 220 3 105
Binary 10101101 10110010 10101111 11 0 10 11110 10010000 11 1000101

Color Harmonies of #ADB2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB2AF

Black with #ADB2AF

Text Example


Text Example

White with #ADB2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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