Html Css Color HEX #ACB6AA Rainee

📋 copy color: '#ACB6AA'

red 172 ◦ green 182 ◦ blue 170

#ACB6AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rainee #ACB6AA

Tints of Rainee #ACB6AA

RGB

 RED value IS 172 (67.58% from 255) = 32.82%

 GREEN value IS 182 (71.48% from 255) = 34.73%

 BLUE value IS 170 (66.8% from 255) = 32.44%

R = 32.82%
G = 34.73%
B = 32.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#ACB6AA (or 0xACB6AA) is known color: Rainee. HEX triplet: AC, B6 and AA. RGB value is (172,182,170). Sum of RGB (Red+Green+Blue) = 172+182+170=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB6AA is #534955. Grayscale: #B1B1B1. Windows color (decimal): -5458262 or 11187884. OLE color: 11187884.

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

Color convert

RGB 172 182 170 -
CMYK 0.05 0 0.07 0.29
HSL 110º 0.08% 0.69% -
HSV(B) 110º 0.07% 0.71% -
XYZ 41 45.13 44.58 -
YUV 177.64 123.69 123.98 -
System Red Green Blue C M Y K H S L
Decimal 172 182 170 0.05 0 0.07 0.29 110 0.08 0.69
Hex AC B6 AA 5 0 7 1D 6E 8 45
Octal 254 266 252 5 0 7 35 156 10 105
Binary 10101100 10110110 10101010 101 0 111 11101 1101110 1000 1000101

Color Harmonies of #ACB6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB6AA

Black with #ACB6AA

Text Example


Text Example

White with #ACB6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB6AA; }

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

 H1.HeaderClassName
 {
   color: #ACB6AA;
 }
 .AnyTagClassName
 {
   color: #ACB6AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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