Html Css Color HEX #ACBAA5 Spring Rain

📋 copy color: '#ACBAA5'

red 172 ◦ green 186 ◦ blue 165

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

Shades of Spring Rain #ACBAA5

Tints of Spring Rain #ACBAA5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.56%

 BLUE value IS 165 (64.84% from 255) = 31.55%

R = 32.89%
G = 35.56%
B = 31.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#ACBAA5 (or 0xACBAA5) is known color: Spring Rain. HEX triplet: AC, BA and A5. RGB value is (172,186,165). Sum of RGB (Red+Green+Blue) = 172+186+165=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBAA5 is #53455A. Grayscale: #B3B3B3. Windows color (decimal): -5457243 or 10861228. OLE color: 10861228.

HSL color Cylindrical-coordinate representation of color #ACBAA5: hue angle of 100º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACBAA5 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 186 165 -
CMYK 0.08 0 0.11 0.27
HSL 100º 0.13% 0.69% -
HSV(B) 100º 0.11% 0.73% -
XYZ 41.36 46.61 42.41 -
YUV 179.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 172 186 165 0.08 0 0.11 0.27 100 0.13 0.69
Hex AC BA A5 8 0 B 1B 64 D 45
Octal 254 272 245 10 0 13 33 144 15 105
Binary 10101100 10111010 10100101 1000 0 1011 11011 1100100 1101 1000101

Color Harmonies of #ACBAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBAA5

Black with #ACBAA5

Text Example


Text Example

White with #ACBAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBAA5; }

 p { color: rgb(172,186,165); }

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

background-color css

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

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

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

border-color css

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

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

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