#A0CCA7

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

Shades of Chinook #A0CCA7

Tints of Chinook #A0CCA7

Color information

#A0CCA7 (or 0xA0CCA7) is unknown color: approx Chinook. HEX triplet: A0, CC and A7. RGB value is (160,204,167). Sum of RGB (Red+Green+Blue) = 160+204+167=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 167 (65.62% from 255 or 31.45% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CCA7 is #5F3358. Grayscale: #BABABA. Windows color (decimal): -6239065 or 10996896. OLE color: 10996896.

HSL color Cylindrical-coordinate representation of color #A0CCA7: hue angle of 129.55º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CCA7 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB160204167-
CMYK0.2200.180.2
HSL129.55º30.14%71.37%-
HSV(B)129.55º21.57%80%-
XYZ43.0753.4544.61-
YUV186.63116.92109.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.13%
GREEN value IS 204 (80.08% from 255) = 38.42%
BLUE value IS 167 (65.62% from 255) = 31.45%
R=30.13%
G=38.42%
B=31.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1602041670.2200.180.2129.5530.1471.37
HexA0CCA71601214821e47
Octal240314247260222420236107
Binary101000001100110010100111101100100101010010000010111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CCA7; }

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

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

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

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

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

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

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

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