Html Css Color HEX #A8BAB0 Loblolly

📋 copy color: '#A8BAB0'

red 168 ◦ green 186 ◦ blue 176

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

Shades of Loblolly #A8BAB0

Tints of Loblolly #A8BAB0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.09%

 BLUE value IS 176 (69.14% from 255) = 33.21%

R = 31.7%
G = 35.09%
B = 33.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#A8BAB0 (or 0xA8BAB0) is known color: Loblolly. HEX triplet: A8, BA and B0. RGB value is (168,186,176). Sum of RGB (Red+Green+Blue) = 168+186+176=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BAB0 is #57454F. Grayscale: #B3B3B3. Windows color (decimal): -5719376 or 11582120. OLE color: 11582120.

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

Color convert

RGB 168 186 176 -
CMYK 0.10 0 0.05 0.27
HSL 146.67º 0.12% 0.69% -
HSV(B) 146.67º 0.1% 0.73% -
XYZ 41.54 46.58 47.88 -
YUV 179.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 168 186 176 0.10 0 0.05 0.27 146.67 0.12 0.69
Hex A8 BA B0 A 0 5 1B 93 C 45
Octal 250 272 260 12 0 5 33 223 14 105
Binary 10101000 10111010 10110000 1010 0 101 11011 10010011 1100 1000101

Color Harmonies of #A8BAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BAB0

Black with #A8BAB0

Text Example


Text Example

White with #A8BAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BAB0; }

 p { color: rgb(168,186,176); }

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

background-color css

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

 a { background-color: rgb(168,186,176); }

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

border-color css

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

 span { border-color: rgb(168,186,176); }

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