#A1CCA2

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

Shades of Chinook #A1CCA2

Tints of Chinook #A1CCA2

Color information

#A1CCA2 (or 0xA1CCA2) is unknown color: approx Chinook. HEX triplet: A1, CC and A2. RGB value is (161,204,162). Sum of RGB (Red+Green+Blue) = 161+204+162=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CCA2 is #5E335D. Grayscale: #BABABA. Windows color (decimal): -6173534 or 10669217. OLE color: 10669217.

HSL color Cylindrical-coordinate representation of color #A1CCA2: hue angle of 121.4º degrees, saturation: 0.3, 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 #A1CCA2 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB161204162-
CMYK0.2100.210.2
HSL121.4º29.66%71.57%-
HSV(B)121.4º21.08%80%-
XYZ42.8153.3742.23-
YUV186.36114.25109.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.55%
GREEN value IS 204 (80.08% from 255) = 38.71%
BLUE value IS 162 (63.67% from 255) = 30.74%
R=30.55%
G=38.71%
B=30.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1612041620.2100.210.2121.429.6671.57
HexA1CCA21501514791e48
Octal241314242250252417136110
Binary10100001110011001010001010101010101101001111001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CCA2; }

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

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

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

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

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

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

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

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