#ACC6BA

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

Shades of Loblolly #ACC6BA

Tints of Loblolly #ACC6BA

Color information

#ACC6BA (or 0xACC6BA) is unknown color: approx Loblolly. HEX triplet: AC, C6 and BA. RGB value is (172,198,186). Sum of RGB (Red+Green+Blue) = 172+198+186=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6BA is #533945. Grayscale: #BCBCBC. Windows color (decimal): -5454150 or 12240556. OLE color: 12240556.

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

Color convert

RGB172198186-
CMYK0.1300.060.22
HSL152.31º18.57%72.55%-
HSV(B)152.31º13.13%77.65%-
XYZ46.0752.754.2-
YUV188.86126.39115.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.94%
GREEN value IS 198 (77.73% from 255) = 35.61%
BLUE value IS 186 (73.05% from 255) = 33.45%
R=30.94%
G=35.61%
B=33.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721981860.1300.060.22152.3118.5772.55
HexACC6BAD0616981349
Octal25430627215062623023111
Binary101011001100011010111010110101101011010011000100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC6BA; }

 p { color: rgb(172,198,186); }

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

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

 a { background-color: rgb(172,198,186); }

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

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

 span { border-color: rgb(172,198,186); }

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