#ACBDAA

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

Shades of Rainee #ACBDAA

Tints of Rainee #ACBDAA

Color information

#ACBDAA (or 0xACBDAA) is unknown color: approx Rainee. HEX triplet: AC, BD and AA. RGB value is (172,189,170). Sum of RGB (Red+Green+Blue) = 172+189+170=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBDAA is #534255. Grayscale: #B5B5B5. Windows color (decimal): -5456470 or 11189676. OLE color: 11189676.

HSL color Cylindrical-coordinate representation of color #ACBDAA: hue angle of 113.68º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACBDAA is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB172189170-
CMYK0.0900.100.26
HSL113.68º12.58%70.39%-
HSV(B)113.68º10.05%74.12%-
XYZ42.4748.0745.07-
YUV181.75121.37121.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.39%
GREEN value IS 189 (74.22% from 255) = 35.59%
BLUE value IS 170 (66.80% from 255) = 32.02%
R=32.39%
G=35.59%
B=32.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891700.0900.100.26113.6812.5870.39
HexACBDAA90A1A72d46
Octal254275252110123216215106
Binary10101100101111011010101010010101011010111001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDAA; }

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

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

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

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

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

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

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

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