Html Css Color HEX #A3C5AE Gum Leaf

📋 copy color: '#A3C5AE'

red 163 ◦ green 197 ◦ blue 174

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

Shades of Gum Leaf #A3C5AE

Tints of Gum Leaf #A3C5AE

RGB

 RED value IS 163 (64.06% from 255) = 30.52%

 GREEN value IS 197 (77.34% from 255) = 36.89%

 BLUE value IS 174 (68.36% from 255) = 32.58%

R = 30.52%
G = 36.89%
B = 32.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#A3C5AE (or 0xA3C5AE) is known color: Gum Leaf. HEX triplet: A3, C5 and AE. RGB value is (163,197,174). Sum of RGB (Red+Green+Blue) = 163+197+174=534 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.52% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C5AE is #5C3A51. Grayscale: #B8B8B8. Windows color (decimal): -6044242 or 11453859. OLE color: 11453859.

HSL color Cylindrical-coordinate representation of color #A3C5AE: hue angle of 139.41º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3C5AE is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 163 197 174 -
CMYK 0.17 0 0.12 0.23
HSL 139.41º 0.23% 0.71% -
HSV(B) 139.41º 0.17% 0.77% -
XYZ 42.71 50.78 47.59 -
YUV 184.21 122.24 112.87 -
System Red Green Blue C M Y K H S L
Decimal 163 197 174 0.17 0 0.12 0.23 139.41 0.23 0.71
Hex A3 C5 AE 11 0 C 17 8B 17 47
Octal 243 305 256 21 0 14 27 213 27 107
Binary 10100011 11000101 10101110 10001 0 1100 10111 10001011 10111 1000111

Color Harmonies of #A3C5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C5AE

Black with #A3C5AE

Text Example


Text Example

White with #A3C5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C5AE; }

 p { color: rgb(163,197,174); }

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

background-color css

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

 a { background-color: rgb(163,197,174); }

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

border-color css

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

 span { border-color: rgb(163,197,174); }

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