#A1CCA7

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

Shades of Chinook #A1CCA7

Tints of Chinook #A1CCA7

Color information

#A1CCA7 (or 0xA1CCA7) is unknown color: approx Chinook. HEX triplet: A1, CC and A7. RGB value is (161,204,167). Sum of RGB (Red+Green+Blue) = 161+204+167=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 167 (65.62% from 255 or 31.39% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CCA7 is #5E3358. Grayscale: #BBBBBB. Windows color (decimal): -6173529 or 10996897. OLE color: 10996897.

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

Color convert

RGB161204167-
CMYK0.2100.180.2
HSL128.37º29.66%71.57%-
HSV(B)128.37º21.08%80%-
XYZ43.2753.5544.62-
YUV186.92116.75109.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.26%
GREEN value IS 204 (80.08% from 255) = 38.35%
BLUE value IS 167 (65.62% from 255) = 31.39%
R=30.26%
G=38.35%
B=31.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1612041670.2100.180.2128.3729.6671.57
HexA1CCA71501214801e48
Octal241314247250222420036110
Binary101000011100110010100111101010100101010010000000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CCA7; }

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

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

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

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

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

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

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

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