Html Css Color HEX #A8BBAF Loblolly

📋 copy color: '#A8BBAF'

red 168 ◦ green 187 ◦ blue 175

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

Shades of Loblolly #A8BBAF

Tints of Loblolly #A8BBAF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.28%

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

R = 31.7%
G = 35.28%
B = 33.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#A8BBAF (or 0xA8BBAF) is known color: Loblolly. HEX triplet: A8, BB and AF. RGB value is (168,187,175). Sum of RGB (Red+Green+Blue) = 168+187+175=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BBAF is #574450. Grayscale: #B3B3B3. Windows color (decimal): -5719121 or 11516840. OLE color: 11516840.

HSL color Cylindrical-coordinate representation of color #A8BBAF: hue angle of 142.11º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8BBAF is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 187 175 -
CMYK 0.10 0 0.06 0.27
HSL 142.11º 0.12% 0.7% -
HSV(B) 142.11º 0.1% 0.73% -
XYZ 41.66 46.96 47.43 -
YUV 179.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 168 187 175 0.10 0 0.06 0.27 142.11 0.12 0.7
Hex A8 BB AF A 0 6 1B 8E C 46
Octal 250 273 257 12 0 6 33 216 14 106
Binary 10101000 10111011 10101111 1010 0 110 11011 10001110 1100 1000110

Color Harmonies of #A8BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BBAF

Black with #A8BBAF

Text Example


Text Example

White with #A8BBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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