Html Css Color HEX #A6B29F Spring Rain

📋 copy color: '#A6B29F'

red 166 ◦ green 178 ◦ blue 159

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

Shades of Spring Rain #A6B29F

Tints of Spring Rain #A6B29F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.39%

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

R = 33%
G = 35.39%
B = 31.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#A6B29F (or 0xA6B29F) is known color: Spring Rain. HEX triplet: A6, B2 and 9F. RGB value is (166,178,159). Sum of RGB (Red+Green+Blue) = 166+178+159=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B29F is #594D60. Grayscale: #ACACAC. Windows color (decimal): -5852513 or 10465958. OLE color: 10465958.

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

Color convert

RGB 166 178 159 -
CMYK 0.07 0 0.11 0.30
HSL 97.89º 0.11% 0.66% -
HSV(B) 97.89º 0.11% 0.7% -
XYZ 37.9 42.45 39 -
YUV 172.25 120.52 123.54 -
System Red Green Blue C M Y K H S L
Decimal 166 178 159 0.07 0 0.11 0.30 97.89 0.11 0.66
Hex A6 B2 9F 7 0 B 1E 62 B 42
Octal 246 262 237 7 0 13 36 142 13 102
Binary 10100110 10110010 10011111 111 0 1011 11110 1100010 1011 1000010

Color Harmonies of #A6B29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B29F

Black with #A6B29F

Text Example


Text Example

White with #A6B29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B29F; }

 p { color: rgb(166,178,159); }

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

background-color css

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

 a { background-color: rgb(166,178,159); }

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

border-color css

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

 span { border-color: rgb(166,178,159); }

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