Html Css Color HEX #ACB2AA Spring Rain

📋 copy color: '#ACB2AA'

red 172 ◦ green 178 ◦ blue 170

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

Shades of Spring Rain #ACB2AA

Tints of Spring Rain #ACB2AA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.23%

 BLUE value IS 170 (66.8% from 255) = 32.69%

R = 33.08%
G = 34.23%
B = 32.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#ACB2AA (or 0xACB2AA) is known color: Spring Rain. HEX triplet: AC, B2 and AA. RGB value is (172,178,170). Sum of RGB (Red+Green+Blue) = 172+178+170=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB2AA is #534D55. Grayscale: #AFAFAF. Windows color (decimal): -5459286 or 11186860. OLE color: 11186860.

HSL color Cylindrical-coordinate representation of color #ACB2AA: hue angle of 105º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ACB2AA is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 178 170 -
CMYK 0.03 0 0.04 0.30
HSL 105º 0.05% 0.68% -
HSV(B) 105º 0.04% 0.7% -
XYZ 40.19 43.51 44.31 -
YUV 175.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 172 178 170 0.03 0 0.04 0.30 105 0.05 0.68
Hex AC B2 AA 3 0 4 1E 69 5 44
Octal 254 262 252 3 0 4 36 151 5 104
Binary 10101100 10110010 10101010 11 0 100 11110 1101001 101 1000100

Color Harmonies of #ACB2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB2AA

Black with #ACB2AA

Text Example


Text Example

White with #ACB2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB2AA; }

 p { color: rgb(172,178,170); }

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

background-color css

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

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

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

border-color css

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

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

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