Html Css Color HEX #A3C9AF Gum Leaf

📋 copy color: '#A3C9AF'

red 163 ◦ green 201 ◦ blue 175

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

Shades of Gum Leaf #A3C9AF

Tints of Gum Leaf #A3C9AF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.29%

 BLUE value IS 175 (68.75% from 255) = 32.47%

R = 30.24%
G = 37.29%
B = 32.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#A3C9AF (or 0xA3C9AF) is known color: Gum Leaf. HEX triplet: A3, C9 and AF. RGB value is (163,201,175). Sum of RGB (Red+Green+Blue) = 163+201+175=539 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.24% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C9AF is #5C3650. Grayscale: #BABABA. Windows color (decimal): -6043217 or 11520419. OLE color: 11520419.

HSL color Cylindrical-coordinate representation of color #A3C9AF: hue angle of 138.95º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3C9AF is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 201 175 -
CMYK 0.19 0 0.13 0.21
HSL 138.95º 0.26% 0.71% -
HSV(B) 138.95º 0.19% 0.79% -
XYZ 43.73 52.65 48.42 -
YUV 186.67 121.41 111.11 -
System Red Green Blue C M Y K H S L
Decimal 163 201 175 0.19 0 0.13 0.21 138.95 0.26 0.71
Hex A3 C9 AF 13 0 D 15 8B 1A 47
Octal 243 311 257 23 0 15 25 213 32 107
Binary 10100011 11001001 10101111 10011 0 1101 10101 10001011 11010 1000111

Color Harmonies of #A3C9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C9AF

Black with #A3C9AF

Text Example


Text Example

White with #A3C9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C9AF; }

 p { color: rgb(163,201,175); }

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

background-color css

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

 a { background-color: rgb(163,201,175); }

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

border-color css

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

 span { border-color: rgb(163,201,175); }

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