#A0CFAA

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

Shades of Chinook #A0CFAA

Tints of Chinook #A0CFAA

Color information

#A0CFAA (or 0xA0CFAA) is unknown color: approx Chinook. HEX triplet: A0, CF and AA. RGB value is (160,207,170). Sum of RGB (Red+Green+Blue) = 160+207+170=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CFAA is #5F3055. Grayscale: #BCBCBC. Windows color (decimal): -6238294 or 11194272. OLE color: 11194272.

HSL color Cylindrical-coordinate representation of color #A0CFAA: hue angle of 132.77º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0CFAA is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB160207170-
CMYK0.2300.180.19
HSL132.77º32.87%71.96%-
HSV(B)132.77º22.71%81.18%-
XYZ44.075546.32-
YUV188.73117.43107.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.80%
GREEN value IS 207 (81.25% from 255) = 38.55%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=29.80%
G=38.55%
B=31.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1602071700.2300.180.19132.7732.8771.96
HexA0CFAA1701213852148
Octal240317252270222320541110
Binary1010000011001111101010101011101001010011100001011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CFAA; }

 p { color: rgb(160,207,170); }

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

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

 a { background-color: rgb(160,207,170); }

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

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

 span { border-color: rgb(160,207,170); }

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