Html Css Color HEX #A6BAAE Loblolly

📋 copy color: '#A6BAAE'

red 166 ◦ green 186 ◦ blue 174

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

Shades of Loblolly #A6BAAE

Tints of Loblolly #A6BAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.08%

R = 31.56%
G = 35.36%
B = 33.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#A6BAAE (or 0xA6BAAE) is known color: Loblolly. HEX triplet: A6, BA and AE. RGB value is (166,186,174). Sum of RGB (Red+Green+Blue) = 166+186+174=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BAAE is #594551. Grayscale: #B2B2B2. Windows color (decimal): -5850450 or 11451046. OLE color: 11451046.

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

Color convert

RGB 166 186 174 -
CMYK 0.11 0 0.06 0.27
HSL 144º 0.13% 0.69% -
HSV(B) 144º 0.11% 0.73% -
XYZ 40.92 46.28 46.82 -
YUV 178.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 166 186 174 0.11 0 0.06 0.27 144 0.13 0.69
Hex A6 BA AE B 0 6 1B 90 D 45
Octal 246 272 256 13 0 6 33 220 15 105
Binary 10100110 10111010 10101110 1011 0 110 11011 10010000 1101 1000101

Color Harmonies of #A6BAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BAAE

Black with #A6BAAE

Text Example


Text Example

White with #A6BAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BAAE; }

 p { color: rgb(166,186,174); }

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

background-color css

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

 a { background-color: rgb(166,186,174); }

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

border-color css

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

 span { border-color: rgb(166,186,174); }

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