Html Css Color HEX #A7B49F Spring Rain

📋 copy color: '#A7B49F'

red 167 ◦ green 180 ◦ blue 159

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

Shades of Spring Rain #A7B49F

Tints of Spring Rain #A7B49F

RGB

 RED value IS 167 (65.63% from 255) = 33%

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

 BLUE value IS 159 (62.5% from 255) = 31.42%

R = 33%
G = 35.57%
B = 31.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#A7B49F (or 0xA7B49F) is known color: Spring Rain. HEX triplet: A7, B4 and 9F. RGB value is (167,180,159). Sum of RGB (Red+Green+Blue) = 167+180+159=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B49F is #584B60. Grayscale: #ADADAD. Windows color (decimal): -5786465 or 10466471. OLE color: 10466471.

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

Color convert

RGB 167 180 159 -
CMYK 0.07 0 0.12 0.29
HSL 97.14º 0.12% 0.66% -
HSV(B) 97.14º 0.12% 0.71% -
XYZ 38.52 43.36 39.14 -
YUV 173.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 167 180 159 0.07 0 0.12 0.29 97.14 0.12 0.66
Hex A7 B4 9F 7 0 C 1D 61 C 42
Octal 247 264 237 7 0 14 35 141 14 102
Binary 10100111 10110100 10011111 111 0 1100 11101 1100001 1100 1000010

Color Harmonies of #A7B49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B49F

Black with #A7B49F

Text Example


Text Example

White with #A7B49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B49F; }

 p { color: rgb(167,180,159); }

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

background-color css

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

 a { background-color: rgb(167,180,159); }

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

border-color css

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

 span { border-color: rgb(167,180,159); }

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