Html Css Color HEX #A9C9BA Loblolly

📋 copy color: '#A9C9BA'

red 169 ◦ green 201 ◦ blue 186

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

Shades of Loblolly #A9C9BA

Tints of Loblolly #A9C9BA

RGB

 RED value IS 169 (66.41% from 255) = 30.4%

 GREEN value IS 201 (78.91% from 255) = 36.15%

 BLUE value IS 186 (73.05% from 255) = 33.45%

R = 30.4%
G = 36.15%
B = 33.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#A9C9BA (or 0xA9C9BA) is known color: Loblolly. HEX triplet: A9, C9 and BA. RGB value is (169,201,186). Sum of RGB (Red+Green+Blue) = 169+201+186=556 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.40% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C9BA is #563645. Grayscale: #BDBDBD. Windows color (decimal): -5649990 or 12241321. OLE color: 12241321.

HSL color Cylindrical-coordinate representation of color #A9C9BA: hue angle of 151.88º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9C9BA is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 201 186 -
CMYK 0.16 0 0.07 0.21
HSL 151.88º 0.23% 0.73% -
HSV(B) 151.88º 0.16% 0.79% -
XYZ 46.11 53.75 54.4 -
YUV 189.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 169 201 186 0.16 0 0.07 0.21 151.88 0.23 0.73
Hex A9 C9 BA 10 0 7 15 98 17 49
Octal 251 311 272 20 0 7 25 230 27 111
Binary 10101001 11001001 10111010 10000 0 111 10101 10011000 10111 1001001

Color Harmonies of #A9C9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C9BA

Black with #A9C9BA

Text Example


Text Example

White with #A9C9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C9BA; }

 p { color: rgb(169,201,186); }

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

background-color css

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

 a { background-color: rgb(169,201,186); }

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

border-color css

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

 span { border-color: rgb(169,201,186); }

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