#A2DBA7

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

Shades of Chinook #A2DBA7

Tints of Chinook #A2DBA7

Color information

#A2DBA7 (or 0xA2DBA7) is unknown color: approx Chinook. HEX triplet: A2, DB and A7. RGB value is (162,219,167). Sum of RGB (Red+Green+Blue) = 162+219+167=548 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.56% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DBA7 is #5D2458. Grayscale: #C4C4C4. Windows color (decimal): -6104153 or 11000738. OLE color: 11000738.

HSL color Cylindrical-coordinate representation of color #A2DBA7: hue angle of 125.26º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DBA7 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB162219167-
CMYK0.2600.240.14
HSL125.26º44.19%74.71%-
HSV(B)125.26º26.03%85.88%-
XYZ47.2161.1345.87-
YUV196.03111.62103.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.56%
GREEN value IS 219 (85.94% from 255) = 39.96%
BLUE value IS 167 (65.62% from 255) = 30.47%
R=29.56%
G=39.96%
B=30.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1622191670.2600.240.14125.2644.1974.71
HexA2DBA71A018E7d2c4b
Octal242333247320301617554113
Binary10100010110110111010011111010011000111011111011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DBA7; }

 p { color: rgb(162,219,167); }

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

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

 a { background-color: rgb(162,219,167); }

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

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

 span { border-color: rgb(162,219,167); }

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