Html Css Color HEX #ACC6BA Loblolly

📋 copy color: '#ACC6BA'

red 172 ◦ green 198 ◦ blue 186

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

Shades of Loblolly #ACC6BA

Tints of Loblolly #ACC6BA

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 value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#ACC6BA (or 0xACC6BA) is known color: 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

RGB 172 198 186 -
CMYK 0.13 0 0.06 0.22
HSL 152.31º 0.19% 0.73% -
HSV(B) 152.31º 0.13% 0.78% -
XYZ 46.07 52.7 54.2 -
YUV 188.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 172 198 186 0.13 0 0.06 0.22 152.31 0.19 0.73
Hex AC C6 BA D 0 6 16 98 13 49
Octal 254 306 272 15 0 6 26 230 23 111
Binary 10101100 11000110 10111010 1101 0 110 10110 10011000 10011 1001001

Color Harmonies of #ACC6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC6BA

Black with #ACC6BA

Text Example


Text Example

White with #ACC6BA

Text Example


Text Example

HTML Codes & Css Web 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>