Html Css Color HEX #ACBDAB Rainee

📋 copy color: '#ACBDAB'

red 172 ◦ green 189 ◦ blue 171

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

Shades of Rainee #ACBDAB

Tints of Rainee #ACBDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.53%

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

R = 32.33%
G = 35.53%
B = 32.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#ACBDAB (or 0xACBDAB) is known color: Rainee. HEX triplet: AC, BD and AB. RGB value is (172,189,171). Sum of RGB (Red+Green+Blue) = 172+189+171=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBDAB is #534254. Grayscale: #B5B5B5. Windows color (decimal): -5456469 or 11255212. OLE color: 11255212.

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

Color convert

RGB 172 189 171 -
CMYK 0.09 0 0.10 0.26
HSL 116.67º 0.12% 0.71% -
HSV(B) 116.67º 0.1% 0.74% -
XYZ 42.56 48.11 45.57 -
YUV 181.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 172 189 171 0.09 0 0.10 0.26 116.67 0.12 0.71
Hex AC BD AB 9 0 A 1A 75 C 47
Octal 254 275 253 11 0 12 32 165 14 107
Binary 10101100 10111101 10101011 1001 0 1010 11010 1110101 1100 1000111

Color Harmonies of #ACBDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDAB

Black with #ACBDAB

Text Example


Text Example

White with #ACBDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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