#ACB4AA

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

Shades of Rainee #ACB4AA

Tints of Rainee #ACB4AA

Color information

#ACB4AA (or 0xACB4AA) is unknown color: approx Rainee. HEX triplet: AC, B4 and AA. RGB value is (172,180,170). Sum of RGB (Red+Green+Blue) = 172+180+170=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB4AA is #534B55. Grayscale: #B0B0B0. Windows color (decimal): -5458774 or 11187372. OLE color: 11187372.

HSL color Cylindrical-coordinate representation of color #ACB4AA: hue angle of 108º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ACB4AA is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB172180170-
CMYK0.0400.060.29
HSL108º6.25%68.63%-
HSV(B)108º5.56%70.59%-
XYZ40.5944.3244.44-
YUV176.47124.35124.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 180 (70.70% from 255) = 34.48%
BLUE value IS 170 (66.80% from 255) = 32.57%
R=32.95%
G=34.48%
B=32.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801700.0400.060.291086.2568.63
HexACB4AA4061D6c645
Octal254264252406351546105
Binary10101100101101001010101010001101110111011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB4AA; }

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

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

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

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

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

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

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

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