#ACBBAB

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

Shades of Rainee #ACBBAB

Tints of Rainee #ACBBAB

Color information

#ACBBAB (or 0xACBBAB) is unknown color: approx Rainee. HEX triplet: AC, BB and AB. RGB value is (172,187,171). Sum of RGB (Red+Green+Blue) = 172+187+171=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBBAB is #534454. Grayscale: #B4B4B4. Windows color (decimal): -5456981 or 11254700. OLE color: 11254700.

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

Color convert

RGB172187171-
CMYK0.0800.090.27
HSL116.25º10.53%70.2%-
HSV(B)116.25º8.56%73.33%-
XYZ42.1347.2545.43-
YUV180.69122.53121.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.45%
GREEN value IS 187 (73.44% from 255) = 35.28%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=32.45%
G=35.28%
B=32.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871710.0800.090.27116.2510.5370.2
HexACBBAB8091B74b46
Octal254273253100113316413106
Binary10101100101110111010101110000100111011111010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBAB; }

 p { color: rgb(172,187,171); }

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

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

 a { background-color: rgb(172,187,171); }

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

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

 span { border-color: rgb(172,187,171); }

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