Html Css Color HEX #A8B4A4 Spring Rain

📋 copy color: '#A8B4A4'

red 168 ◦ green 180 ◦ blue 164

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

Shades of Spring Rain #A8B4A4

Tints of Spring Rain #A8B4A4

RGB

 RED value IS 168 (66.02% from 255) = 32.81%

 GREEN value IS 180 (70.7% from 255) = 35.16%

 BLUE value IS 164 (64.45% from 255) = 32.03%

R = 32.81%
G = 35.16%
B = 32.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#A8B4A4 (or 0xA8B4A4) is known color: Spring Rain. HEX triplet: A8, B4 and A4. RGB value is (168,180,164). Sum of RGB (Red+Green+Blue) = 168+180+164=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B4A4 is #574B5B. Grayscale: #AEAEAE. Windows color (decimal): -5720924 or 10794152. OLE color: 10794152.

HSL color Cylindrical-coordinate representation of color #A8B4A4: hue angle of 105º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8B4A4 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 180 164 -
CMYK 0.07 0 0.09 0.29
HSL 105º 0.1% 0.67% -
HSV(B) 105º 0.09% 0.71% -
XYZ 39.17 43.65 41.48 -
YUV 174.59 122.02 123.3 -
System Red Green Blue C M Y K H S L
Decimal 168 180 164 0.07 0 0.09 0.29 105 0.1 0.67
Hex A8 B4 A4 7 0 9 1D 69 A 43
Octal 250 264 244 7 0 11 35 151 12 103
Binary 10101000 10110100 10100100 111 0 1001 11101 1101001 1010 1000011

Color Harmonies of #A8B4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B4A4

Black with #A8B4A4

Text Example


Text Example

White with #A8B4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B4A4; }

 p { color: rgb(168,180,164); }

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

background-color css

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

 a { background-color: rgb(168,180,164); }

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

border-color css

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

 span { border-color: rgb(168,180,164); }

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