Html Css Color HEX #A3CAAF Gum Leaf

📋 copy color: '#A3CAAF'

red 163 ◦ green 202 ◦ blue 175

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

Shades of Gum Leaf #A3CAAF

Tints of Gum Leaf #A3CAAF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.41%

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

R = 30.19%
G = 37.41%
B = 32.41%

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

#A3CAAF (or 0xA3CAAF) is known color: Gum Leaf. HEX triplet: A3, CA and AF. RGB value is (163,202,175). Sum of RGB (Red+Green+Blue) = 163+202+175=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CAAF is #5C3550. Grayscale: #BBBBBB. Windows color (decimal): -6042961 or 11520675. OLE color: 11520675.

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

Color convert

RGB 163 202 175 -
CMYK 0.19 0 0.13 0.21
HSL 138.46º 0.27% 0.72% -
HSV(B) 138.46º 0.19% 0.79% -
XYZ 43.96 53.12 48.49 -
YUV 187.26 121.08 110.7 -
System Red Green Blue C M Y K H S L
Decimal 163 202 175 0.19 0 0.13 0.21 138.46 0.27 0.72
Hex A3 CA AF 13 0 D 15 8A 1B 48
Octal 243 312 257 23 0 15 25 212 33 110
Binary 10100011 11001010 10101111 10011 0 1101 10101 10001010 11011 1001000

Color Harmonies of #A3CAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CAAF

Black with #A3CAAF

Text Example


Text Example

White with #A3CAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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