#ACB7AA

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

Shades of Rainee #ACB7AA

Tints of Rainee #ACB7AA

Color information

#ACB7AA (or 0xACB7AA) is unknown color: approx Rainee. HEX triplet: AC, B7 and AA. RGB value is (172,183,170). Sum of RGB (Red+Green+Blue) = 172+183+170=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB7AA is #534855. Grayscale: #B2B2B2. Windows color (decimal): -5458006 or 11188140. OLE color: 11188140.

HSL color Cylindrical-coordinate representation of color #ACB7AA: hue angle of 110.77º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACB7AA is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB172183170-
CMYK0.0600.070.28
HSL110.77º8.28%69.22%-
HSV(B)110.77º7.1%71.76%-
XYZ41.245.5444.65-
YUV178.23123.36123.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 183 (71.88% from 255) = 34.86%
BLUE value IS 170 (66.80% from 255) = 32.38%
R=32.76%
G=34.86%
B=32.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721831700.0600.070.28110.778.2869.22
HexACB7AA6071C6f845
Octal2542672526073415710105
Binary101011001011011110101010110011111100110111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB7AA; }

 p { color: rgb(172,183,170); }

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

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

 a { background-color: rgb(172,183,170); }

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

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

 span { border-color: rgb(172,183,170); }

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