Html Css Color HEX #A6BCAE Loblolly

📋 copy color: '#A6BCAE'

red 166 ◦ green 188 ◦ blue 174

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

Shades of Loblolly #A6BCAE

Tints of Loblolly #A6BCAE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.61%

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

R = 31.44%
G = 35.61%
B = 32.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#A6BCAE (or 0xA6BCAE) is known color: Loblolly. HEX triplet: A6, BC and AE. RGB value is (166,188,174). Sum of RGB (Red+Green+Blue) = 166+188+174=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BCAE is #594351. Grayscale: #B3B3B3. Windows color (decimal): -5849938 or 11451558. OLE color: 11451558.

HSL color Cylindrical-coordinate representation of color #A6BCAE: hue angle of 141.82º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6BCAE is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 188 174 -
CMYK 0.12 0 0.07 0.26
HSL 141.82º 0.14% 0.69% -
HSV(B) 141.82º 0.12% 0.74% -
XYZ 41.35 47.13 46.96 -
YUV 179.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 166 188 174 0.12 0 0.07 0.26 141.82 0.14 0.69
Hex A6 BC AE C 0 7 1A 8E E 45
Octal 246 274 256 14 0 7 32 216 16 105
Binary 10100110 10111100 10101110 1100 0 111 11010 10001110 1110 1000101

Color Harmonies of #A6BCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCAE

Black with #A6BCAE

Text Example


Text Example

White with #A6BCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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