#ACBAB1

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

Shades of Loblolly #ACBAB1

Tints of Loblolly #ACBAB1

Color information

#ACBAB1 (or 0xACBAB1) is unknown color: approx Loblolly. HEX triplet: AC, BA and B1. RGB value is (172,186,177). Sum of RGB (Red+Green+Blue) = 172+186+177=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBAB1 is #53454E. Grayscale: #B4B4B4. Windows color (decimal): -5457231 or 11647660. OLE color: 11647660.

HSL color Cylindrical-coordinate representation of color #ACBAB1: hue angle of 141.43º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACBAB1 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB172186177-
CMYK0.0800.050.27
HSL141.43º9.21%70.2%-
HSV(B)141.43º7.53%72.94%-
XYZ42.5147.0648.44-
YUV180.79125.86121.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.15%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 177 (69.53% from 255) = 33.08%
R=32.15%
G=34.77%
B=33.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861770.0800.050.27141.439.2170.2
HexACBAB18051B8d946
Octal25427226110053321511106
Binary10101100101110101011000110000101110111000110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAB1; }

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

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

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

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

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

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

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

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