Html Css Color HEX #AAB8AF Loblolly

📋 copy color: '#AAB8AF'

red 170 ◦ green 184 ◦ blue 175

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

Shades of Loblolly #AAB8AF

Tints of Loblolly #AAB8AF

RGB

 RED value IS 170 (66.8% from 255) = 32.14%

 GREEN value IS 184 (72.27% from 255) = 34.78%

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

R = 32.14%
G = 34.78%
B = 33.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#AAB8AF (or 0xAAB8AF) is known color: Loblolly. HEX triplet: AA, B8 and AF. RGB value is (170,184,175). Sum of RGB (Red+Green+Blue) = 170+184+175=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB8AF is #554750. Grayscale: #B2B2B2. Windows color (decimal): -5588817 or 11516074. OLE color: 11516074.

HSL color Cylindrical-coordinate representation of color #AAB8AF: hue angle of 141.43º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAB8AF is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 184 175 -
CMYK 0.08 0 0.05 0.28
HSL 141.43º 0.09% 0.69% -
HSV(B) 141.43º 0.08% 0.72% -
XYZ 41.46 45.92 47.24 -
YUV 178.79 125.86 121.73 -
System Red Green Blue C M Y K H S L
Decimal 170 184 175 0.08 0 0.05 0.28 141.43 0.09 0.69
Hex AA B8 AF 8 0 5 1C 8D 9 45
Octal 252 270 257 10 0 5 34 215 11 105
Binary 10101010 10111000 10101111 1000 0 101 11100 10001101 1001 1000101

Color Harmonies of #AAB8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB8AF

Black with #AAB8AF

Text Example


Text Example

White with #AAB8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB8AF; }

 p { color: rgb(170,184,175); }

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

background-color css

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

 a { background-color: rgb(170,184,175); }

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

border-color css

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

 span { border-color: rgb(170,184,175); }

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