Html Css Color HEX #A6C0B1 Loblolly

📋 copy color: '#A6C0B1'

red 166 ◦ green 192 ◦ blue 177

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

Shades of Loblolly #A6C0B1

Tints of Loblolly #A6C0B1

RGB

 RED value IS 166 (65.23% from 255) = 31.03%

 GREEN value IS 192 (75.39% from 255) = 35.89%

 BLUE value IS 177 (69.53% from 255) = 33.08%

R = 31.03%
G = 35.89%
B = 33.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#A6C0B1 (or 0xA6C0B1) is known color: Loblolly. HEX triplet: A6, C0 and B1. RGB value is (166,192,177). Sum of RGB (Red+Green+Blue) = 166+192+177=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C0B1 is #593F4E. Grayscale: #B6B6B6. Windows color (decimal): -5848911 or 11649190. OLE color: 11649190.

HSL color Cylindrical-coordinate representation of color #A6C0B1: hue angle of 145.38º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6C0B1 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 192 177 -
CMYK 0.14 0 0.08 0.25
HSL 145.38º 0.17% 0.7% -
HSV(B) 145.38º 0.14% 0.75% -
XYZ 42.51 48.98 48.81 -
YUV 182.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 166 192 177 0.14 0 0.08 0.25 145.38 0.17 0.7
Hex A6 C0 B1 E 0 8 19 91 11 46
Octal 246 300 261 16 0 10 31 221 21 106
Binary 10100110 11000000 10110001 1110 0 1000 11001 10010001 10001 1000110

Color Harmonies of #A6C0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C0B1

Black with #A6C0B1

Text Example


Text Example

White with #A6C0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C0B1; }

 p { color: rgb(166,192,177); }

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

background-color css

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

 a { background-color: rgb(166,192,177); }

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

border-color css

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

 span { border-color: rgb(166,192,177); }

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