Html Css Color HEX #ABB2AD Loblolly

📋 copy color: '#ABB2AD'

red 171 ◦ green 178 ◦ blue 173

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

Shades of Loblolly #ABB2AD

Tints of Loblolly #ABB2AD

RGB

 RED value IS 171 (67.19% from 255) = 32.76%

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

 BLUE value IS 173 (67.97% from 255) = 33.14%

R = 32.76%
G = 34.1%
B = 33.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#ABB2AD (or 0xABB2AD) is known color: Loblolly. HEX triplet: AB, B2 and AD. RGB value is (171,178,173). Sum of RGB (Red+Green+Blue) = 171+178+173=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB2AD is #544D52. Grayscale: #AFAFAF. Windows color (decimal): -5524819 or 11383467. OLE color: 11383467.

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

Color convert

RGB 171 178 173 -
CMYK 0.04 0 0.03 0.30
HSL 137.14º 0.04% 0.68% -
HSV(B) 137.14º 0.04% 0.7% -
XYZ 40.26 43.52 45.81 -
YUV 175.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 171 178 173 0.04 0 0.03 0.30 137.14 0.04 0.68
Hex AB B2 AD 4 0 3 1E 89 4 44
Octal 253 262 255 4 0 3 36 211 4 104
Binary 10101011 10110010 10101101 100 0 11 11110 10001001 100 1000100

Color Harmonies of #ABB2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB2AD

Black with #ABB2AD

Text Example


Text Example

White with #ABB2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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