#A7BAAE

Color #A7BAAE Loblolly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loblolly #A7BAAE

Tints of Loblolly #A7BAAE

Color information

#A7BAAE (or 0xA7BAAE) is unknown color: approx Loblolly. HEX triplet: A7, BA and AE. RGB value is (167,186,174). Sum of RGB (Red+Green+Blue) = 167+186+174=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BAAE is #584551. Grayscale: #B2B2B2. Windows color (decimal): -5784914 or 11451047. OLE color: 11451047.

HSL color Cylindrical-coordinate representation of color #A7BAAE: hue angle of 142.11º 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 #A7BAAE is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB167186174-
CMYK0.1000.060.27
HSL142.11º12.1%69.22%-
HSV(B)142.11º10.22%72.94%-
XYZ41.1446.3946.83-
YUV178.95125.21119.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.69%
GREEN value IS 186 (73.05% from 255) = 35.29%
BLUE value IS 174 (68.36% from 255) = 33.02%
R=31.69%
G=35.29%
B=33.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671861740.1000.060.27142.1112.169.22
HexA7BAAEA061B8ec45
Octal24727225612063321614105
Binary10100111101110101010111010100110110111000111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BAAE; }

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

 H1.HeaderClassName
 {
   color: #A7BAAE;
 }
 .AnyTagClassName
 {
   color: #A7BAAE;
 }
</style>
background-color css

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

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

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

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

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

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