Html Css Color HEX #A6B69C Spring Rain

📋 copy color: '#A6B69C'

red 166 ◦ green 182 ◦ blue 156

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

Shades of Spring Rain #A6B69C

Tints of Spring Rain #A6B69C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.95%

R = 32.94%
G = 36.11%
B = 30.95%

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

#A6B69C (or 0xA6B69C) is known color: Spring Rain. HEX triplet: A6, B6 and 9C. RGB value is (166,182,156). Sum of RGB (Red+Green+Blue) = 166+182+156=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B69C is #594963. Grayscale: #AEAEAE. Windows color (decimal): -5851492 or 10270374. OLE color: 10270374.

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

Color convert

RGB 166 182 156 -
CMYK 0.09 0 0.14 0.29
HSL 96.92º 0.15% 0.66% -
HSV(B) 96.92º 0.14% 0.71% -
XYZ 38.45 43.96 37.91 -
YUV 174.25 117.7 122.11 -
System Red Green Blue C M Y K H S L
Decimal 166 182 156 0.09 0 0.14 0.29 96.92 0.15 0.66
Hex A6 B6 9C 9 0 E 1D 61 F 42
Octal 246 266 234 11 0 16 35 141 17 102
Binary 10100110 10110110 10011100 1001 0 1110 11101 1100001 1111 1000010

Color Harmonies of #A6B69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B69C

Black with #A6B69C

Text Example


Text Example

White with #A6B69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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