#A7CAAB

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

Shades of Gum Leaf #A7CAAB

Tints of Gum Leaf #A7CAAB

Color information

#A7CAAB (or 0xA7CAAB) is unknown color: approx Gum Leaf. HEX triplet: A7, CA and AB. RGB value is (167,202,171). Sum of RGB (Red+Green+Blue) = 167+202+171=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CAAB is #583554. Grayscale: #BCBCBC. Windows color (decimal): -5780821 or 11258535. OLE color: 11258535.

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

Color convert

RGB167202171-
CMYK0.1700.150.21
HSL126.86º24.82%72.35%-
HSV(B)126.86º17.33%79.22%-
XYZ44.4153.446.49-
YUV188118.4113.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.93%
GREEN value IS 202 (79.30% from 255) = 37.41%
BLUE value IS 171 (67.19% from 255) = 31.67%
R=30.93%
G=37.41%
B=31.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1672021710.1700.150.21126.8624.8272.35
HexA7CAAB110F157f1948
Octal247312253210172517731110
Binary1010011111001010101010111000101111101011111111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CAAB; }

 p { color: rgb(167,202,171); }

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

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

 a { background-color: rgb(167,202,171); }

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

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

 span { border-color: rgb(167,202,171); }

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