Html Css Color HEX #ACBEAB Rainee

📋 copy color: '#ACBEAB'

red 172 ◦ green 190 ◦ blue 171

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

Shades of Rainee #ACBEAB

Tints of Rainee #ACBEAB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.65%

 BLUE value IS 171 (67.19% from 255) = 32.08%

R = 32.27%
G = 35.65%
B = 32.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#ACBEAB (or 0xACBEAB) is known color: Rainee. HEX triplet: AC, BE and AB. RGB value is (172,190,171). Sum of RGB (Red+Green+Blue) = 172+190+171=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBEAB is #534154. Grayscale: #B6B6B6. Windows color (decimal): -5456213 or 11255468. OLE color: 11255468.

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

Color convert

RGB 172 190 171 -
CMYK 0.09 0 0.10 0.25
HSL 116.84º 0.13% 0.71% -
HSV(B) 116.84º 0.1% 0.75% -
XYZ 42.78 48.54 45.64 -
YUV 182.45 121.54 120.54 -
System Red Green Blue C M Y K H S L
Decimal 172 190 171 0.09 0 0.10 0.25 116.84 0.13 0.71
Hex AC BE AB 9 0 A 19 75 D 47
Octal 254 276 253 11 0 12 31 165 15 107
Binary 10101100 10111110 10101011 1001 0 1010 11001 1110101 1101 1000111

Color Harmonies of #ACBEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBEAB

Black with #ACBEAB

Text Example


Text Example

White with #ACBEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBEAB; }

 p { color: rgb(172,190,171); }

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

background-color css

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

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

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

border-color css

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

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

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