Html Css Color HEX #A5B69D Spring Rain

📋 copy color: '#A5B69D'

red 165 ◦ green 182 ◦ blue 157

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

Shades of Spring Rain #A5B69D

Tints of Spring Rain #A5B69D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.15%

R = 32.74%
G = 36.11%
B = 31.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#A5B69D (or 0xA5B69D) is known color: Spring Rain. HEX triplet: A5, B6 and 9D. RGB value is (165,182,157). Sum of RGB (Red+Green+Blue) = 165+182+157=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B69D is #5A4962. Grayscale: #AEAEAE. Windows color (decimal): -5917027 or 10335909. OLE color: 10335909.

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

Color convert

RGB 165 182 157 -
CMYK 0.09 0 0.14 0.29
HSL 100.8º 0.15% 0.66% -
HSV(B) 100.8º 0.14% 0.71% -
XYZ 38.33 43.89 38.35 -
YUV 174.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 165 182 157 0.09 0 0.14 0.29 100.8 0.15 0.66
Hex A5 B6 9D 9 0 E 1D 65 F 42
Octal 245 266 235 11 0 16 35 145 17 102
Binary 10100101 10110110 10011101 1001 0 1110 11101 1100101 1111 1000010

Color Harmonies of #A5B69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B69D

Black with #A5B69D

Text Example


Text Example

White with #A5B69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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