Html Css Color HEX #ACB0AC Rainee

📋 copy color: '#ACB0AC'

red 172 ◦ green 176 ◦ blue 172

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

Shades of Rainee #ACB0AC

Tints of Rainee #ACB0AC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.85%

 BLUE value IS 172 (67.58% from 255) = 33.08%

R = 33.08%
G = 33.85%
B = 33.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#ACB0AC (or 0xACB0AC) is known color: Rainee. HEX triplet: AC, B0 and AC. RGB value is (172,176,172). Sum of RGB (Red+Green+Blue) = 172+176+172=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB0AC is #534F53. Grayscale: #AEAEAE. Windows color (decimal): -5459796 or 11317420. OLE color: 11317420.

HSL color Cylindrical-coordinate representation of color #ACB0AC: hue angle of 120º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ACB0AC is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 172 -
CMYK 0.02 0 0.02 0.31
HSL 120º 0.02% 0.68% -
HSV(B) 120º 0.02% 0.69% -
XYZ 39.98 42.8 45.18 -
YUV 174.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 172 176 172 0.02 0 0.02 0.31 120 0.02 0.68
Hex AC B0 AC 2 0 2 1F 78 2 44
Octal 254 260 254 2 0 2 37 170 2 104
Binary 10101100 10110000 10101100 10 0 10 11111 1111000 10 1000100

Color Harmonies of #ACB0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0AC

Black with #ACB0AC

Text Example


Text Example

White with #ACB0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0AC; }

 p { color: rgb(172,176,172); }

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

background-color css

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

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

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

border-color css

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

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

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