#A5BCAC

Color #A5BCAC Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #A5BCAC

Tints of Gum Leaf #A5BCAC

Color information

#A5BCAC (or 0xA5BCAC) is unknown color: approx Gum Leaf. HEX triplet: A5, BC and AC. RGB value is (165,188,172). Sum of RGB (Red+Green+Blue) = 165+188+172=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BCAC is #5A4353. Grayscale: #B3B3B3. Windows color (decimal): -5915476 or 11320485. OLE color: 11320485.

HSL color Cylindrical-coordinate representation of color #A5BCAC: hue angle of 138.26º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5BCAC is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB165188172-
CMYK0.1200.090.26
HSL138.26º14.65%69.22%-
HSV(B)138.26º12.23%73.73%-
XYZ40.9546.9445.93-
YUV179.3123.88117.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.43%
GREEN value IS 188 (73.83% from 255) = 35.81%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=31.43%
G=35.81%
B=32.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651881720.1200.090.26138.2614.6569.22
HexA5BCACC091A8af45
Octal245274254140113221217105
Binary101001011011110010101100110001001110101000101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BCAC; }

 p { color: rgb(165,188,172); }

 H1.HeaderClassName
 {
   color: #A5BCAC;
 }
 .AnyTagClassName
 {
   color: #A5BCAC;
 }
</style>
background-color css

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

 a { background-color: rgb(165,188,172); }

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

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

 span { border-color: rgb(165,188,172); }

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