Html Css Color HEX #A6B69E Spring Rain

📋 copy color: '#A6B69E'

red 166 ◦ green 182 ◦ blue 158

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

Shades of Spring Rain #A6B69E

Tints of Spring Rain #A6B69E

RGB

 RED value IS 166 (65.23% from 255) = 32.81%

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

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

R = 32.81%
G = 35.97%
B = 31.23%

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

#A6B69E (or 0xA6B69E) is known color: Spring Rain. HEX triplet: A6, B6 and 9E. RGB value is (166,182,158). Sum of RGB (Red+Green+Blue) = 166+182+158=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B69E is #594961. Grayscale: #AEAEAE. Windows color (decimal): -5851490 or 10401446. OLE color: 10401446.

HSL color Cylindrical-coordinate representation of color #A6B69E: hue angle of 100º 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 #A6B69E is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 182 158 -
CMYK 0.09 0 0.13 0.29
HSL 100º 0.14% 0.67% -
HSV(B) 100º 0.13% 0.71% -
XYZ 38.63 44.03 38.81 -
YUV 174.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 166 182 158 0.09 0 0.13 0.29 100 0.14 0.67
Hex A6 B6 9E 9 0 D 1D 64 E 43
Octal 246 266 236 11 0 15 35 144 16 103
Binary 10100110 10110110 10011110 1001 0 1101 11101 1100100 1110 1000011

Color Harmonies of #A6B69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B69E

Black with #A6B69E

Text Example


Text Example

White with #A6B69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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