Html Css Color HEX #A2B69B Spring Rain

📋 copy color: '#A2B69B'

red 162 ◦ green 182 ◦ blue 155

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

Shades of Spring Rain #A2B69B

Tints of Spring Rain #A2B69B

RGB

 RED value IS 162 (63.67% from 255) = 32.46%

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

 BLUE value IS 155 (60.94% from 255) = 31.06%

R = 32.46%
G = 36.47%
B = 31.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#A2B69B (or 0xA2B69B) is known color: Spring Rain. HEX triplet: A2, B6 and 9B. RGB value is (162,182,155). Sum of RGB (Red+Green+Blue) = 162+182+155=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B69B is #5D4964. Grayscale: #ADADAD. Windows color (decimal): -6113637 or 10204834. OLE color: 10204834.

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

Color convert

RGB 162 182 155 -
CMYK 0.11 0 0.15 0.29
HSL 104.44º 0.16% 0.66% -
HSV(B) 104.44º 0.15% 0.71% -
XYZ 37.54 43.5 37.43 -
YUV 172.94 117.87 120.2 -
System Red Green Blue C M Y K H S L
Decimal 162 182 155 0.11 0 0.15 0.29 104.44 0.16 0.66
Hex A2 B6 9B B 0 F 1D 68 10 42
Octal 242 266 233 13 0 17 35 150 20 102
Binary 10100010 10110110 10011011 1011 0 1111 11101 1101000 10000 1000010

Color Harmonies of #A2B69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B69B

Black with #A2B69B

Text Example


Text Example

White with #A2B69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B69B; }

 p { color: rgb(162,182,155); }

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

background-color css

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

 a { background-color: rgb(162,182,155); }

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

border-color css

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

 span { border-color: rgb(162,182,155); }

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