Html Css Color HEX #A5B69E Spring Rain

📋 copy color: '#A5B69E'

red 165 ◦ green 182 ◦ blue 158

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

Shades of Spring Rain #A5B69E

Tints of Spring Rain #A5B69E

RGB

 RED value IS 165 (64.84% from 255) = 32.67%

 GREEN value IS 182 (71.48% from 255) = 36.04%

 BLUE value IS 158 (62.11% from 255) = 31.29%

R = 32.67%
G = 36.04%
B = 31.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#A5B69E (or 0xA5B69E) is known color: Spring Rain. HEX triplet: A5, B6 and 9E. RGB value is (165,182,158). Sum of RGB (Red+Green+Blue) = 165+182+158=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B69E is #5A4961. Grayscale: #AEAEAE. Windows color (decimal): -5917026 or 10401445. OLE color: 10401445.

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

Color convert

RGB 165 182 158 -
CMYK 0.09 0 0.13 0.29
HSL 102.5º 0.14% 0.67% -
HSV(B) 102.5º 0.13% 0.71% -
XYZ 38.42 43.92 38.8 -
YUV 174.18 118.87 121.45 -
System Red Green Blue C M Y K H S L
Decimal 165 182 158 0.09 0 0.13 0.29 102.5 0.14 0.67
Hex A5 B6 9E 9 0 D 1D 66 E 43
Octal 245 266 236 11 0 15 35 146 16 103
Binary 10100101 10110110 10011110 1001 0 1101 11101 1100110 1110 1000011

Color Harmonies of #A5B69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B69E

Black with #A5B69E

Text Example


Text Example

White with #A5B69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B69E; }

 p { color: rgb(165,182,158); }

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

background-color css

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

 a { background-color: rgb(165,182,158); }

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

border-color css

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

 span { border-color: rgb(165,182,158); }

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