#ACBCAA

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

Shades of Rainee #ACBCAA

Tints of Rainee #ACBCAA

Color information

#ACBCAA (or 0xACBCAA) is unknown color: approx Rainee. HEX triplet: AC, BC and AA. RGB value is (172,188,170). Sum of RGB (Red+Green+Blue) = 172+188+170=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBCAA is #534355. Grayscale: #B5B5B5. Windows color (decimal): -5456726 or 11189420. OLE color: 11189420.

HSL color Cylindrical-coordinate representation of color #ACBCAA: hue angle of 113.33º degrees, saturation: 0.12, 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 #ACBCAA is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB172188170-
CMYK0.0900.100.26
HSL113.33º11.84%70.2%-
HSV(B)113.33º9.57%73.73%-
XYZ42.2547.6445-
YUV181.16121.7121.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.45%
GREEN value IS 188 (73.83% from 255) = 35.47%
BLUE value IS 170 (66.80% from 255) = 32.08%
R=32.45%
G=35.47%
B=32.08%

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
Decimal1721881700.0900.100.26113.3311.8470.2
HexACBCAA90A1A71c46
Octal254274252110123216114106
Binary10101100101111001010101010010101011010111000111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCAA; }

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

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

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

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

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

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

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

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