Html Css Color HEX #A8B9AF Loblolly

📋 copy color: '#A8B9AF'

red 168 ◦ green 185 ◦ blue 175

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

Shades of Loblolly #A8B9AF

Tints of Loblolly #A8B9AF

RGB

 RED value IS 168 (66.02% from 255) = 31.82%

 GREEN value IS 185 (72.66% from 255) = 35.04%

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

R = 31.82%
G = 35.04%
B = 33.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#A8B9AF (or 0xA8B9AF) is known color: Loblolly. HEX triplet: A8, B9 and AF. RGB value is (168,185,175). Sum of RGB (Red+Green+Blue) = 168+185+175=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B9AF is #574650. Grayscale: #B2B2B2. Windows color (decimal): -5719633 or 11516328. OLE color: 11516328.

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

Color convert

RGB 168 185 175 -
CMYK 0.09 0 0.05 0.27
HSL 144.71º 0.11% 0.69% -
HSV(B) 144.71º 0.09% 0.73% -
XYZ 41.24 46.12 47.29 -
YUV 178.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 168 185 175 0.09 0 0.05 0.27 144.71 0.11 0.69
Hex A8 B9 AF 9 0 5 1B 91 B 45
Octal 250 271 257 11 0 5 33 221 13 105
Binary 10101000 10111001 10101111 1001 0 101 11011 10010001 1011 1000101

Color Harmonies of #A8B9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B9AF

Black with #A8B9AF

Text Example


Text Example

White with #A8B9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B9AF; }

 p { color: rgb(168,185,175); }

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

background-color css

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

 a { background-color: rgb(168,185,175); }

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

border-color css

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

 span { border-color: rgb(168,185,175); }

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