Html Css Color HEX #A2C3AD Gum Leaf

📋 copy color: '#A2C3AD'

red 162 ◦ green 195 ◦ blue 173

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

Shades of Gum Leaf #A2C3AD

Tints of Gum Leaf #A2C3AD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.79%

 BLUE value IS 173 (67.97% from 255) = 32.64%

R = 30.57%
G = 36.79%
B = 32.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#A2C3AD (or 0xA2C3AD) is known color: Gum Leaf. HEX triplet: A2, C3 and AD. RGB value is (162,195,173). Sum of RGB (Red+Green+Blue) = 162+195+173=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C3AD is #5D3C52. Grayscale: #B6B6B6. Windows color (decimal): -6110291 or 11387810. OLE color: 11387810.

HSL color Cylindrical-coordinate representation of color #A2C3AD: hue angle of 140º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A2C3AD is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 195 173 -
CMYK 0.17 0 0.11 0.24
HSL 140º 0.22% 0.7% -
HSV(B) 140º 0.17% 0.76% -
XYZ 41.96 49.73 46.92 -
YUV 182.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 162 195 173 0.17 0 0.11 0.24 140 0.22 0.7
Hex A2 C3 AD 11 0 B 18 8C 16 46
Octal 242 303 255 21 0 13 30 214 26 106
Binary 10100010 11000011 10101101 10001 0 1011 11000 10001100 10110 1000110

Color Harmonies of #A2C3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C3AD

Black with #A2C3AD

Text Example


Text Example

White with #A2C3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C3AD; }

 p { color: rgb(162,195,173); }

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

background-color css

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

 a { background-color: rgb(162,195,173); }

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

border-color css

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

 span { border-color: rgb(162,195,173); }

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