#A7CBAF

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

Shades of Gum Leaf #A7CBAF

Tints of Gum Leaf #A7CBAF

Color information

#A7CBAF (or 0xA7CBAF) is unknown color: approx Gum Leaf. HEX triplet: A7, CB and AF. RGB value is (167,203,175). Sum of RGB (Red+Green+Blue) = 167+203+175=545 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.64% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 203 - color contains mainly: green. Hex color #A7CBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CBAF is #583450. Grayscale: #BDBDBD. Windows color (decimal): -5780561 or 11520935. OLE color: 11520935.

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

Color convert

RGB167203175-
CMYK0.1800.140.20
HSL133.33º25.71%72.55%-
HSV(B)133.33º17.73%79.61%-
XYZ45.0354.0248.61-
YUV189.04120.07112.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.64%
GREEN value IS 203 (79.69% from 255) = 37.25%
BLUE value IS 175 (68.75% from 255) = 32.11%
R=30.64%
G=37.25%
B=32.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672031750.1800.140.20133.3325.7172.55
HexA7CBAF120E14851a49
Octal247313257220162420532111
Binary10100111110010111010111110010011101010010000101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CBAF; }

 p { color: rgb(167,203,175); }

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

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

 a { background-color: rgb(167,203,175); }

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

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

 span { border-color: rgb(167,203,175); }

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