Html Css Color HEX #ACBDA2 Spring Rain

📋 copy color: '#ACBDA2'

red 172 ◦ green 189 ◦ blue 162

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

Shades of Spring Rain #ACBDA2

Tints of Spring Rain #ACBDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.98%

R = 32.89%
G = 36.14%
B = 30.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#ACBDA2 (or 0xACBDA2) is known color: Spring Rain. HEX triplet: AC, BD and A2. RGB value is (172,189,162). Sum of RGB (Red+Green+Blue) = 172+189+162=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBDA2 is #53425D. Grayscale: #B4B4B4. Windows color (decimal): -5456478 or 10665388. OLE color: 10665388.

HSL color Cylindrical-coordinate representation of color #ACBDA2: hue angle of 97.78º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACBDA2 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 189 162 -
CMYK 0.09 0 0.14 0.26
HSL 97.78º 0.17% 0.69% -
HSV(B) 97.78º 0.14% 0.74% -
XYZ 41.73 47.77 41.2 -
YUV 180.84 117.37 121.7 -
System Red Green Blue C M Y K H S L
Decimal 172 189 162 0.09 0 0.14 0.26 97.78 0.17 0.69
Hex AC BD A2 9 0 E 1A 62 11 45
Octal 254 275 242 11 0 16 32 142 21 105
Binary 10101100 10111101 10100010 1001 0 1110 11010 1100010 10001 1000101

Color Harmonies of #ACBDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDA2

Black with #ACBDA2

Text Example


Text Example

White with #ACBDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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