#A2CCAE

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

Shades of Chinook #A2CCAE

Tints of Chinook #A2CCAE

Color information

#A2CCAE (or 0xA2CCAE) is unknown color: approx Chinook. HEX triplet: A2, CC and AE. RGB value is (162,204,174). Sum of RGB (Red+Green+Blue) = 162+204+174=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CCAE is #5D3351. Grayscale: #BCBCBC. Windows color (decimal): -6107986 or 11455650. OLE color: 11455650.

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

Color convert

RGB162204174-
CMYK0.2100.150.2
HSL137.14º29.17%71.76%-
HSV(B)137.14º20.59%80%-
XYZ44.1353.9248.13-
YUV188.02120.09109.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30%
GREEN value IS 204 (80.08% from 255) = 37.78%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=30%
G=37.78%
B=32.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1622041740.2100.150.2137.1429.1771.76
HexA2CCAE150F14891d48
Octal242314256250172421135110
Binary10100010110011001010111010101011111010010001001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CCAE; }

 p { color: rgb(162,204,174); }

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

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

 a { background-color: rgb(162,204,174); }

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

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

 span { border-color: rgb(162,204,174); }

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