Html Css Color HEX #A3CCAF Gum Leaf

📋 copy color: '#A3CCAF'

red 163 ◦ green 204 ◦ blue 175

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

Shades of Gum Leaf #A3CCAF

Tints of Gum Leaf #A3CCAF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.64%

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

R = 30.07%
G = 37.64%
B = 32.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#A3CCAF (or 0xA3CCAF) is known color: Gum Leaf. HEX triplet: A3, CC and AF. RGB value is (163,204,175). Sum of RGB (Red+Green+Blue) = 163+204+175=542 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.07% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CCAF is #5C3350. Grayscale: #BCBCBC. Windows color (decimal): -6042449 or 11521187. OLE color: 11521187.

HSL color Cylindrical-coordinate representation of color #A3CCAF: hue angle of 137.56º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3CCAF is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 204 175 -
CMYK 0.20 0 0.14 0.2
HSL 137.56º 0.29% 0.72% -
HSV(B) 137.56º 0.2% 0.8% -
XYZ 44.43 54.07 48.65 -
YUV 188.44 120.42 109.86 -
System Red Green Blue C M Y K H S L
Decimal 163 204 175 0.20 0 0.14 0.2 137.56 0.29 0.72
Hex A3 CC AF 14 0 E 14 8A 1D 48
Octal 243 314 257 24 0 16 24 212 35 110
Binary 10100011 11001100 10101111 10100 0 1110 10100 10001010 11101 1001000

Color Harmonies of #A3CCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CCAF

Black with #A3CCAF

Text Example


Text Example

White with #A3CCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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