Html Css Color HEX #A8B5A4 Spring Rain

📋 copy color: '#A8B5A4'

red 168 ◦ green 181 ◦ blue 164

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

Shades of Spring Rain #A8B5A4

Tints of Spring Rain #A8B5A4

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.28%

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

R = 32.75%
G = 35.28%
B = 31.97%

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

#A8B5A4 (or 0xA8B5A4) is known color: Spring Rain. HEX triplet: A8, B5 and A4. RGB value is (168,181,164). Sum of RGB (Red+Green+Blue) = 168+181+164=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B5A4 is #574A5B. Grayscale: #AFAFAF. Windows color (decimal): -5720668 or 10794408. OLE color: 10794408.

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

Color convert

RGB 168 181 164 -
CMYK 0.07 0 0.09 0.29
HSL 105.88º 0.1% 0.68% -
HSV(B) 105.88º 0.09% 0.71% -
XYZ 39.37 44.05 41.55 -
YUV 175.18 121.69 122.88 -
System Red Green Blue C M Y K H S L
Decimal 168 181 164 0.07 0 0.09 0.29 105.88 0.1 0.68
Hex A8 B5 A4 7 0 9 1D 6A A 44
Octal 250 265 244 7 0 11 35 152 12 104
Binary 10101000 10110101 10100100 111 0 1001 11101 1101010 1010 1000100

Color Harmonies of #A8B5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B5A4

Black with #A8B5A4

Text Example


Text Example

White with #A8B5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B5A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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