#A5CAAB

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

Shades of Gum Leaf #A5CAAB

Tints of Gum Leaf #A5CAAB

Color information

#A5CAAB (or 0xA5CAAB) is unknown color: approx Gum Leaf. HEX triplet: A5, CA and AB. RGB value is (165,202,171). Sum of RGB (Red+Green+Blue) = 165+202+171=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CAAB is #5A3554. Grayscale: #BBBBBB. Windows color (decimal): -5911893 or 11258533. OLE color: 11258533.

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

Color convert

RGB165202171-
CMYK0.1800.150.21
HSL129.73º25.87%71.96%-
HSV(B)129.73º18.32%79.22%-
XYZ43.9953.1846.47-
YUV187.4118.74112.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.67%
GREEN value IS 202 (79.30% from 255) = 37.55%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=30.67%
G=37.55%
B=31.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652021710.1800.150.21129.7325.8771.96
HexA5CAAB120F15821a48
Octal245312253220172520232110
Binary10100101110010101010101110010011111010110000010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CAAB; }

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

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

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

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

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

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

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

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